Browse Source

fix android checkout

Signed-off-by: swurl <swurl@swurl.xyz>
nce_cpp
swurl 8 months ago
parent
commit
807397680a
  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