Skip to content

Commit 98f9fc9

Browse files
committed
Fix KEY_GEN_VERSION to 0.
Signed-off-by: Guiliano99 <[email protected]>
1 parent e2c4bf7 commit 98f9fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python_detailed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
LD_LIBRARY_PATH: /usr/local/lib
1717
WIN_LIBOQS_INSTALL_PATH: C:\liboqs
1818
VERSION: 0.14.0
19-
KEY_GEN_VERSION: 1
19+
KEY_GEN_VERSION: 0
2020
KEY_DIR: data/xmss_xmssmt_keys
2121

2222
concurrency:

.github/workflows/python_simplified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1717

1818
env:
19-
KEY_GEN_VERSION: 1
19+
KEY_GEN_VERSION: 0
2020
KEY_DIR: data/xmss_xmssmt_keys
2121

2222
jobs:

0 commit comments

Comments
 (0)