File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments