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 @@ -358,8 +358,8 @@ jobs:
358358 - name : Set up environment
359359 run : |
360360 brew install exempi # Needed by python-xmp-toolkit
361- mkdir -p ~ /DLTMP
362- echo TMPDIR="$HOME" /DLTMP >> "$GITHUB_ENV"
361+ mkdir -p /tmp /DLTMP
362+ echo TMPDIR=/tmp /DLTMP >> "$GITHUB_ENV"
363363 git config --global user.email "[email protected] " 364364 git config --global user.name "GitHub Almighty"
365365
Original file line number Diff line number Diff line change @@ -587,8 +587,8 @@ jobs:
587587 run: |
588588 {% if ostype == "macos" %}
589589 brew install exempi # Needed by python-xmp-toolkit
590- mkdir -p ~ /DLTMP
591- echo TMPDIR="$HOME" /DLTMP >> "$GITHUB_ENV"
590+ mkdir -p /tmp /DLTMP
591+ echo TMPDIR=/tmp /DLTMP >> "$GITHUB_ENV"
592592 {% endif %}
593593 git config --global user.email "
[email protected] "
594594 git config --global user.name "GitHub Almighty"
You can’t perform that action at this time.
0 commit comments