Skip to content

Commit

Permalink
Update the actual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 24, 2021
1 parent 72e6c71 commit 46d8035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ jobs:
- name: Set up environment
run: |
brew install exempi # Needed by python-xmp-toolkit
mkdir -p ~/DLTMP
echo TMPDIR="$HOME"/DLTMP >> "$GITHUB_ENV"
mkdir -p /tmp/DLTMP
echo TMPDIR=/tmp/DLTMP >> "$GITHUB_ENV"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Almighty"
Expand Down

0 comments on commit 46d8035

Please sign in to comment.