Skip to content

Commit 57188c9

Browse files
committed
Remove unnecessary install
Signed-off-by: Spencer Wilson <[email protected]>
1 parent 901ba88 commit 57188c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
runs-on: ubuntu-latest
2525
container: openquantumsafe/ci-ubuntu-latest:latest
2626
steps:
27-
- name: Install dependencies
28-
run: apt-get update && apt-get install -y default-jdk-headless
2927
- name: Checkout liboqs-java
3028
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
3129
- name: Checkout liboqs main
@@ -40,7 +38,7 @@ jobs:
4038
- name: Resolve all maven project dependencies
4139
run: mvn dependency:go-offline
4240
- name: Build liboqs-java and run tests
43-
run: export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" && export JAVA_HOME=/usr/lib/jvm/default-java && mvn package
41+
run: export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" && mvn package
4442
- name: Compile KEM, Signatures and Rand examples
4543
run: |
4644
javac -cp target/liboqs-java.jar examples/KEMExample.java &&

0 commit comments

Comments
 (0)