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 e2915df commit f59ad4cCopy full SHA for f59ad4c
.github/workflows/github-actions.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v4
51
with:
52
repository: IBM/OpenCryptographyKitC
53
- ref: 6c9c7b5df836e4831f603ad934e4765e976e597d # main branch on May 8th 2025.
+ ref: 193bb9c15c4203a0facb3e2ba4db2750e03e2481 # Branch V_8.9.11 on Jun 13th 2025.
54
path: ${{ github.workspace }}/OpenCryptographyKitC
55
- name: Compile Open Cryptography Kit C
56
run: |
@@ -79,7 +79,7 @@ jobs:
79
- name: Setup Semeru JDK
80
uses: actions/setup-java@v4
81
82
- java-version: '21.0.2+13.0.LTS'
+ java-version: '21.0.7+6.0.LTS'
83
distribution: 'semeru'
84
architecture: 'x64'
85
# Uncomment to capture all files in the runner for debugging purposes.
0 commit comments