From 86a3a39afdf2789208ab96c33d2dc92004b1d47b Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Mon, 22 Apr 2024 12:04:41 +0200 Subject: [PATCH] ~ --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) 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