Skip to content

Commit 5bd1eab

Browse files
committed
Try Yarik's suggestion
1 parent 3288623 commit 5bd1eab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ jobs:
405405
- name: Set up environment
406406
run: |
407407
brew install exempi # Needed by python-xmp-toolkit
408-
mkdir -p /private/tmp/DLTMP
409-
echo TMPDIR=/private/tmp/DLTMP >> "$GITHUB_ENV"
408+
mkdir -p ~/DLTMP
409+
echo TMPDIR='~/DLTMP' >> "$GITHUB_ENV"
410410
git config --global user.email "[email protected]"
411411
git config --global user.name "GitHub Almighty"
412412

.github/workflows/template/build-{{ostype}}.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ jobs:
681681
run: |
682682
{% if ostype == "macos" %}
683683
brew install exempi # Needed by python-xmp-toolkit
684-
mkdir -p /private/tmp/DLTMP
685-
echo TMPDIR=/private/tmp/DLTMP >> "$GITHUB_ENV"
684+
mkdir -p ~/DLTMP
685+
echo TMPDIR='~/DLTMP' >> "$GITHUB_ENV"
686686
{% endif %}
687687
git config --global user.email "[email protected]"
688688
git config --global user.name "GitHub Almighty"

0 commit comments

Comments
 (0)