Skip to content

Commit

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

0 comments on commit 050eb7f

Please sign in to comment.