diff options
| author | J08nY | 2024-03-28 13:10:52 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-28 13:10:52 +0100 |
| commit | 54474b4d82129d7a927e8209a9f7496094c76fc7 (patch) | |
| tree | fa8302cd17261867afec0551f72c30507fb66b3d /.github/workflows | |
| parent | c71094f7ca90e5cbcdc9c8aca75dd0661646b2f4 (diff) | |
| download | ECTester-54474b4d82129d7a927e8209a9f7496094c76fc7.tar.gz ECTester-54474b4d82129d7a927e8209a9f7496094c76fc7.tar.zst ECTester-54474b4d82129d7a927e8209a9f7496094c76fc7.zip | |
Correct listings of supported libraries.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea3aa4f..c199acf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,8 @@ jobs: java: [ "11", "17", "21" ] env: # ffs: https://github.com/adoptium/adoptium-support/issues/485 !!! - LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu/" + # also, add the wolfcrypt JNI path + LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu/:ext/wolfcrypt-jni/lib/" name: Build standalone on Java ${{ matrix.java }} steps: - uses: actions/checkout@v4 |
