From 529bd6738dc80314b0a8a67fdd01eaf892088690 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 4 Aug 2026 19:16:53 +0200 Subject: [PATCH] tools: fix `pkcs11-store-test` check `openssl_3_5` was renamed to `openssl` in 339062296ec. Signed-off-by: Antoine du Hamel --- .github/workflows/test-shared.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-shared.yml b/.github/workflows/test-shared.yml index a8f2ddc27831..284372317359 100644 --- a/.github/workflows/test-shared.yml +++ b/.github/workflows/test-shared.yml @@ -246,7 +246,7 @@ jobs: with: runner: ubuntu-24.04-arm v8-nar: ${{ needs.build-aarch64-linux-v8.outputs.local-cache && 'libv8-aarch64-linux.nar' }} - pkcs11-store-test: ${{ matrix.openssl.attr == 'openssl_3_5' }} + pkcs11-store-test: ${{ matrix.openssl.attr == 'openssl' }} # Override just the `openssl` attr of the default shared-lib set with # the matrix-selected nixpkgs attribute (e.g. `openssl_3_6`). All # other shared libs (brotli, cares, libuv, …) keep their defaults.