Try fix build

This commit is contained in:
YuKongA
2022-03-11 20:55:39 +08:00
parent 4245979057
commit 9e57435817
4 changed files with 8 additions and 6 deletions

View File

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