Skip to content

Commit 47b442a

Browse files
committed
fixup! Install jdk package and set JAVA_HOME
Signed-off-by: Spencer Wilson <[email protected]>
1 parent 2058141 commit 47b442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
container: openquantumsafe/ci-ubuntu-latest:latest
2727
steps:
2828
- name: Install dependencies
29-
run: apt-get update && apt-get install default-jdk-headless
29+
run: apt-get update && apt-get install -y default-jdk-headless
3030
- name: Checkout liboqs-java
3131
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
3232
- name: Checkout liboqs main

0 commit comments

Comments
 (0)