修复编译失败

This commit is contained in:
方块君
2022-02-18 20:43:43 +08:00
parent 37066e3c29
commit f8508739b4

View File

@@ -20,6 +20,8 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: gradle cache: gradle
- name: Clone UI
run: git clone https://github.com/577fkj/blockmiui.git
- 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