Skip to content

Commit

Permalink
fix: fix jna path
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Feb 26, 2024
1 parent 4fef7be commit 43b314b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
# TODO: Fix this custom jar thing
run: |
cd mopro-ffi/
curl -L https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar -o target/jna-5.13.0.jar
CLASSPATH=target/jna-5.13.0.jar cargo test -- --nocapture
curl -L https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar -o jna-5.13.0.jar
CLASSPATH=jna-5.13.0.jar cargo test -- --nocapture
- name: Get uniffi-version
if: steps.uniffi-bindgen-linux-restore.outputs.cache-hit != 'true'
id: post-extract-version
Expand Down

0 comments on commit 43b314b

Please sign in to comment.