Update android.yml

This commit is contained in:
YuKongA
2022-03-11 21:06:36 +08:00
parent 8fe25aa836
commit 26c2fae2e6

View File

@@ -32,10 +32,10 @@ jobs:
path: | path: |
~/.gradle/caches/build-cache-* ~/.gradle/caches/build-cache-*
key: gradle-builds-${{ github.sha }} key: gradle-builds-${{ github.sha }}
- name: Clone blockmiui - name: init submodule
run: git clone https://github.com/Block-Network/blockmiui.git run: |
- name: Clone DexBuilder git submodule init
run: git clone https://github.com/LSPosed/DexBuilder.git git submodule update
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Build with Gradle - name: Build with Gradle