Skip to content

Commit

Permalink
ci: adjust libarchive install path
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 22, 2023
1 parent 64dace0 commit 2e22fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Gradle build
uses: gradle/gradle-build-action@v2
env:
LD_LIBRARY_PATH: /home/linuxbrew/.linuxbrew/lib:/opt/homebrew/opt/libarchive/lib
JAVA_LIBRARY_PATH: /usr/local/lib/:/opt/homebrew/opt/libarchive/lib
LD_LIBRARY_PATH: /home/linuxbrew/.linuxbrew/lib:/usr/local/opt/libarchive/lib
JAVA_LIBRARY_PATH: /usr/local/lib/:/usr/local/opt/libarchive/lib
with:
arguments: build
gradle-home-cache-includes: |
Expand Down

0 comments on commit 2e22fdb

Please sign in to comment.