We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f2d29 commit b52f04eCopy full SHA for b52f04e
1 file changed
.github/workflows/build-macos.yaml
@@ -397,8 +397,8 @@ jobs:
397
- name: Set up environment
398
run: |
399
brew install exempi # Needed by python-xmp-toolkit
400
- mkdir -p ~/DLTMP
401
- echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
+ mkdir -p /tmp/DLTMP
+ echo TMPDIR=/tmp/DLTMP >> "$GITHUB_ENV"
402
git config --global user.email "test@github.land"
403
git config --global user.name "GitHub Almighty"
404
0 commit comments