Skip to content

Commit

Permalink
Install library
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Aug 1, 2023
1 parent d80b069 commit ab99a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '20'
cache: 'maven'
- name: Library
run: ./mvnw $MAVEN_ARGS -DskipTests clean package javadoc:javadoc
run: ./mvnw $MAVEN_ARGS -DskipTests clean install javadoc:javadoc
working-directory: ./java-does-usb
- name: Example bulk_transfer
run: ./mvnw $MAVEN_ARGS clean compile
Expand Down

0 comments on commit ab99a3d

Please sign in to comment.