Skip to content

Commit

Permalink
Set library path
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Dec 14, 2020
1 parent 9b811c7 commit 29c7ec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: make clean swig all

- name: Run tests
env:
LD_LIBRARY_PATH: ${{ env.GITHUB_WORKSPACE }}/build
run: |
cd build
mkdir -p transcoded/C/ transcoded/C++/ transcoded/Java/
Expand All @@ -64,6 +66,8 @@ jobs:
./jxrdecode --in-memory "$input";
done
# Test jxrlib Java bindings (in memory and file to file)
echo ${LD_LIBRARY_PATH}
pwd
mvn -f ../java/pom.xml test
mvn -f java/native-linux_64 package;
Expand Down

0 comments on commit 29c7ec9

Please sign in to comment.