Skip to content

Commit

Permalink
Revert "workflow: remove no longer needed safe.directory setting"
Browse files Browse the repository at this point in the history
This is needed by the retail/arm9 target, which needs git CLI access in
order to provide the version.

This reverts commit 465cea4.
  • Loading branch information
lifehackerhansol committed Aug 27, 2024
1 parent 7fd6846 commit 4b53f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
sudo apt-get install p7zip-full gcc -y
sudo gcc lzss.c -o /usr/local/bin/lzss
- name: Setup environment
run: git config --global safe.directory '*'
- name: Build nightly
if: ${{ !startsWith(github.ref, 'refs/tags') }}
run: make package-nightly
Expand Down

0 comments on commit 4b53f8e

Please sign in to comment.