Skip to content

Commit

Permalink
Fix workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Sep 10, 2024
1 parent 050eb7f commit 3a6ebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_debug_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: true
- name: Fetch all needed branches
run: git branch main remotes/origin/main -f && git branch develop remotes/origin/develop -f
run: git branch main origin/main -f && git branch develop origin/develop -f
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit 3a6ebd0

Please sign in to comment.