Skip to content

Commit 5ee539b

Browse files
committed
Create ~/DLTMP
1 parent b671b99 commit 5ee539b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-macos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ jobs:
358358
- name: Set up environment
359359
run: |
360360
brew install exempi # Needed by python-xmp-toolkit
361+
mkdir -p ~/DLTMP
361362
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
362363
git config --global user.email "[email protected]"
363364
git config --global user.name "GitHub Almighty"

.github/workflows/template/build-{{ostype}}.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ jobs:
587587
run: |
588588
{% if ostype == "macos" %}
589589
brew install exempi # Needed by python-xmp-toolkit
590+
mkdir -p ~/DLTMP
590591
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
591592
{% endif %}
592593
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)