Skip to content

Commit 2058141

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

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-
uses: apt-get update && apt-get install default-jdk-headless
29+
run: apt-get update && apt-get install 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)