Skip to content

Commit

Permalink
Try fixing build on GitHub runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jan 25, 2020
1 parent b353941 commit 590e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build library jar
run: |
mvn package
mvn package -DskipTests # Can't test on GitHub, libusb won't load, and no Push connected!
mv target/${built_name} ./${artifact_name}
- name: Upload library jar
Expand Down

0 comments on commit 590e8d6

Please sign in to comment.