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 @@ -397,8 +397,8 @@ jobs:
397397 - name : Set up environment
398398 run : |
399399 brew install exempi # Needed by python-xmp-toolkit
400- mkdir -p /tmp/DLTMP
401- echo TMPDIR=/tmp/DLTMP >> "$GITHUB_ENV"
400+ mkdir -p /private/ tmp/DLTMP
401+ echo TMPDIR=/private/ tmp/DLTMP >> "$GITHUB_ENV"
402402 git config --global user.email "[email protected] " 403403 git config --global user.name "GitHub Almighty"
404404
Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ jobs:
675675 run: |
676676 {% if ostype == "macos" %}
677677 brew install exempi # Needed by python-xmp-toolkit
678- mkdir -p /tmp/DLTMP
679- echo TMPDIR=/tmp/DLTMP >> "$GITHUB_ENV"
678+ mkdir -p /private/ tmp/DLTMP
679+ echo TMPDIR=/private/ tmp/DLTMP >> "$GITHUB_ENV"
680680 {% endif %}
681681 git config --global user.email "
[email protected] "
682682 git config --global user.name "GitHub Almighty"
You can’t perform that action at this time.
0 commit comments