Skip to content

Commit b6a1d72

Browse files
committed
Fix pipeline call to pipeline_gen_stfl_keys.py
1 parent 9ae820b commit b6a1d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache_xmss_and_xmssmt_keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
set -x
5757
mkdir -p "${KEY_DIR}"
58-
python -u scripts/pipeline_gen_stfl_keys.py --log-level DEBUG "${KEY_DIR}"
58+
python -u scripts/pipeline_gen_stfl_keys.py "${KEY_DIR}"
5959
ls -lah "${KEY_DIR}"
6060
6161
# Count generated keys

0 commit comments

Comments
 (0)