File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 needs : workflowcheck
8282 runs-on : windows-latest
8383 steps :
84+ - name : Checkout liboqs-java
85+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
86+
8487 - name : Install MSYS2
8588 uses : msys2/setup-msys2@v2
8689 with :
98101 java-version : ' 8'
99102 cache : ' maven'
100103
101- - name : Checkout liboqs-java
102- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
103-
104104 - name : Checkout liboqs main
105105 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
106106 with :
@@ -129,4 +129,4 @@ jobs:
129129 run : |
130130 javac -cp target\liboqs-java.jar examples\KEMExample.java
131131 javac -cp target\liboqs-java.jar examples\SigExample.java
132- javac -cp target\liboqs-java.jar examples\RandExample.java
132+ javac -cp target\liboqs-java.jar examples\RandExample.java
You can’t perform that action at this time.
0 commit comments