Skip to content

Commit

Permalink
Fix git not working.
Browse files Browse the repository at this point in the history
Should fix Nightly builds looping over and over again on update checking when "Use nightly versions" is enabled.
  • Loading branch information
SuperSaiyajinStackZ committed Jun 15, 2023
1 parent 0044990 commit 8abd321
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 @@ -29,6 +29,8 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
- name: Setup environment
run: git config --global safe.directory '*'
- name: Install tools
run: |
sudo apt-get update
Expand Down

0 comments on commit 8abd321

Please sign in to comment.