Browse Source
fix android checkout
Signed-off-by: swurl <swurl@swurl.xyz>
0.0.0
swurl
8 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
2 deletions
-
.github/workflows/build.yml
|
|
@ -186,8 +186,7 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
with: |
|
|
submodules: recursive |
|
|
submodules: recursive |
|
|
fetch-depth: 1 |
|
|
|
|
|
fetch-tags: true |
|
|
|
|
|
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
- name: Set tag name |
|
|
- name: Set tag name |
|
|
run: | |
|
|
run: | |
|
|
|