Skip to content

Commit 529bd67

Browse files
committed
tools: fix pkcs11-store-test check
`openssl_3_5` was renamed to `openssl` in 3390622. Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3390622 commit 529bd67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
runner: ubuntu-24.04-arm
248248
v8-nar: ${{ needs.build-aarch64-linux-v8.outputs.local-cache && 'libv8-aarch64-linux.nar' }}
249-
pkcs11-store-test: ${{ matrix.openssl.attr == 'openssl_3_5' }}
249+
pkcs11-store-test: ${{ matrix.openssl.attr == 'openssl' }}
250250
# Override just the `openssl` attr of the default shared-lib set with
251251
# the matrix-selected nixpkgs attribute (e.g. `openssl_3_6`). All
252252
# other shared libs (brotli, cares, libuv, …) keep their defaults.

0 commit comments

Comments
 (0)