Skip to content

Commit

Permalink
Fix workflow error on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD committed Sep 10, 2024
1 parent 86c1bbb commit d521e2c
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 main branch
run: git fetch origin main:main
- name: Fetch all branches
run: git fetch origin
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit d521e2c

Please sign in to comment.