Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Apr 22, 2024
1 parent 5e1300a commit 86a3a39
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86a3a39

Please sign in to comment.