diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a5a85dd3..f5d9f7ea9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -181,22 +181,8 @@ jobs: - name: Setup Gradle Cache uses: gradle/gradle-build-action@v3 - - name: Restore Native Libs - id: restore-nativeLibs - uses: actions/cache@v4 - with: - path: | - nativeLibs/djvu - nativeLibs/mupdf - nativeLibs/mupdfModule/build - nativeLibs/mupdfModule/.cxx - nativeLibs/djvuModule/build - nativeLibs/djvuModule/.cxx - key: ${{ runner.os }}-native-libs-${{ hashFiles('thirdparty_build.gradle') }} - - name: Prepare thirdparty run: bash ./gradlew -b thirdparty_build.gradle downloadAndPatchDjvu downloadAndMakeMupdf - if: steps.restore-nativeLibs.outputs.cache-hit != 'true' - name: run tests uses: reactivecircus/android-emulator-runner@v2