Skip to content

Commit 4b53f8e

Browse files
Revert "workflow: remove no longer needed safe.directory setting"
This is needed by the retail/arm9 target, which needs git CLI access in order to provide the version. This reverts commit 465cea4.
1 parent 7fd6846 commit 4b53f8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
sudo apt-get install p7zip-full gcc -y
2727
2828
sudo gcc lzss.c -o /usr/local/bin/lzss
29+
- name: Setup environment
30+
run: git config --global safe.directory '*'
2931
- name: Build nightly
3032
if: ${{ !startsWith(github.ref, 'refs/tags') }}
3133
run: make package-nightly

0 commit comments

Comments
 (0)