Skip to content

Commit 8f49d0f

Browse files
committed
Create ~/DLTMP
1 parent b476a7f commit 8f49d0f

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
@@ -381,6 +381,7 @@ jobs:
381381
- name: Set up environment
382382
run: |
383383
brew install exempi # Needed by python-xmp-toolkit
384+
mkdir -p ~/DLTMP
384385
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
385386
git config --global user.email "[email protected]"
386387
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
@@ -610,6 +610,7 @@ jobs:
610610
run: |
611611
{% if ostype == "macos" %}
612612
brew install exempi # Needed by python-xmp-toolkit
613+
mkdir -p ~/DLTMP
613614
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
614615
{% endif %}
615616
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)