Skip to content

Commit

Permalink
workaround the "There is an incompatible JNA native library installed…
Browse files Browse the repository at this point in the history
… on this system" issue on appveyor
  • Loading branch information
Tyrael committed Jan 10, 2019
1 parent c0a6ea7 commit 74734b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- mvn --version

build_script:
- mvn -B clean install
- mvn -B clean install -Djna.nosys=true

# Maven runs the tests as part of the build, so we don't need to run them again
test: off
Expand Down

0 comments on commit 74734b4

Please sign in to comment.