diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 9834787..8b2bcb7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,6 +48,8 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} # Run the post step to save the cache even if another step before fail save-always: true + - run: touch android/local.properties + name: gradle cargoNDK plugin needs this for some reason - name: Grant execute permission for gradlew working-directory: android/