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