Skip to content

Commit

Permalink
Try setting the library path with environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashesfall committed Feb 19, 2024
1 parent 7523874 commit e6d9341
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: adopt
cache: 'maven'
- name: Prepare
run: |
mkdir /usr/java ; mkdir /usr/java/packages
- name: Build
run: |
mvn package \
LD_LIBRARY_PATH=Extensions mvn package \
-DAR_HARDWARE_DRIVER=native \
-DAR_HARDWARE_LIBS=/usr/java/packages/lib \
-Djava.library.path=/usr/java/packages/lib
-DAR_HARDWARE_LIBS=Extensions

0 comments on commit e6d9341

Please sign in to comment.