mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-26 12:23:12 +03:00
release: Fix android build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -673,6 +673,10 @@ jobs:
|
||||
run: |-
|
||||
cd clients/android
|
||||
git checkout dev
|
||||
- name: Checkout submodule recursive
|
||||
run: |-
|
||||
cd clients/android
|
||||
git submodule update --init --recursive -v
|
||||
- name: Gradle cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user