From dd33972e7dc4a2347d1552ffdadeb07ce45498c6 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Fri, 8 Apr 2022 14:50:14 -0400 Subject: [PATCH] Try Yarik's suggestion --- .github/workflows/template/build-{{ostype}}.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template/build-{{ostype}}.yaml.j2 b/.github/workflows/template/build-{{ostype}}.yaml.j2 index 701596418a..ae30fea959 100644 --- a/.github/workflows/template/build-{{ostype}}.yaml.j2 +++ b/.github/workflows/template/build-{{ostype}}.yaml.j2 @@ -681,8 +681,8 @@ jobs: run: | {% if ostype == "macos" %} brew install exempi # Needed by python-xmp-toolkit - mkdir -p /private/tmp/DLTMP - echo TMPDIR=/private/tmp/DLTMP >> "$GITHUB_ENV" + mkdir -p ~/DLTMP + echo TMPDIR='~/DLTMP' >> "$GITHUB_ENV" {% endif %} git config --global user.email "test@github.land" git config --global user.name "GitHub Almighty"