Browse Source

fix android checkout

Signed-off-by: swurl <swurl@swurl.xyz>
0.0.0
swurl 8 months ago
parent
commit
0be33b7e4e
No known key found for this signature in database GPG Key ID: A5A7629F109C8FD1
  1. 3
      .github/workflows/build.yml

3
.github/workflows/build.yml

@ -186,8 +186,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
fetch-tags: true
fetch-depth: 0
- name: Set tag name
run: |

Loading…
Cancel
Save