Skip to content

Commit

Permalink
ci: fix package command for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 19, 2024
1 parent 90374cf commit 8597dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
working-directory: liboqs

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build liboqs-java and run tests
run: |
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
mvn package
mvn package -P ${{ matrix.os }}
- name: Compile KEM, Signatures and Rand examples
run: |
Expand Down

0 comments on commit 8597dda

Please sign in to comment.