We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4c257 commit a17ad90Copy full SHA for a17ad90
.github/workflows/java.yml
@@ -51,6 +51,10 @@ jobs:
51
needs: workflowcheck
52
runs-on: macos-14
53
steps:
54
+ - name: Install Python
55
+ uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # pin@v5
56
+ with:
57
+ python-version: '3.12'
58
- name: Checkout liboqs-java
59
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
60
- name: Checkout liboqs main
0 commit comments