Skip to content

Commit

Permalink
Try Yarik's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 8, 2022
1 parent 3288623 commit dd33972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ jobs:
run: |
{% if ostype == "macos" %}
brew install exempi # Needed by python-xmp-toolkit
mkdir -p /private/tmp/DLTMP
echo TMPDIR=/private/tmp/DLTMP >> "$GITHUB_ENV"
mkdir -p ~/DLTMP
echo TMPDIR='~/DLTMP' >> "$GITHUB_ENV"
{% endif %}
git config --global user.email "[email protected]"
git config --global user.name "GitHub Almighty"
Expand Down

0 comments on commit dd33972

Please sign in to comment.