diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 9e7daa7f..c411afe1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,6 +24,9 @@ jobs: distribution: 'temurin' java-version: '21' + - name: Update CMake + run: sudo apt update && sudo apt install cmake -y + - name: Grant execute permission for gradlew run: chmod +x gradlew @@ -34,4 +37,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: PlayIntegrityFix - path: module/* \ No newline at end of file + path: module/*