Skip to content

Commit 49cb1fb

Browse files
authored
Merge pull request #318 from Jakuje/kryoptic-fips
Run tests against fips kryoptic current main
2 parents f137d48 + e491e32 commit 49cb1fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kryoptic-fips.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
### kryoptic build ###
8383
######################
8484
- name: Setup kryoptic
85+
env:
86+
KRYOPTIC_REVISION: b38f56bf5dc281fa750146d0378fc62b7c23f95f
8587
run: |
86-
KRYOPTIC_REVISION="v1.3.1"
87-
8888
cd ..
8989
git clone https://github.com/latchset/kryoptic.git \
90-
--depth 1 --single-branch --revision $KRYOPTIC_REVISION kryoptic
90+
--depth 1 --single-branch --revision "$KRYOPTIC_REVISION" kryoptic
9191
9292
- name: Generate lock file
9393
run: |

0 commit comments

Comments
 (0)