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.
2 parents d6b0b6e + cbee2db commit 6c9c7b5Copy full SHA for 6c9c7b5
.github/workflows/.workflowTest.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- name: 64-bit Linux debug compile
28
# export LD_LIBRARY_PATH=/home/runner/work/OpenCryptographyKitC/OpenCryptographyKitC/openssl-1.1.1/
@@ -36,7 +36,7 @@ jobs:
36
# a compile only -no test -quick check
37
38
39
40
41
- name: 64-bit Linux release compile
42
run: |
0 commit comments