Skip to content

Commit b52f04e

Browse files
committed
Update the actual workflow
1 parent 00f2d29 commit b52f04e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ jobs:
397397
- name: Set up environment
398398
run: |
399399
brew install exempi # Needed by python-xmp-toolkit
400-
mkdir -p ~/DLTMP
401-
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
400+
mkdir -p /tmp/DLTMP
401+
echo TMPDIR=/tmp/DLTMP >> "$GITHUB_ENV"
402402
git config --global user.email "test@github.land"
403403
git config --global user.name "GitHub Almighty"
404404

0 commit comments

Comments
 (0)