Skip to content

Commit 9b0b512

Browse files
committed
fixup! tools: update build-shared/action.yml to a reusable workflow
1 parent fbc47fa commit 9b0b512

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-shared.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ jobs:
242242
uses: ./.github/workflows/build-shared.yml
243243
with:
244244
runner: ubuntu-24.04-arm
245-
download-nar: ${{ needs.build-aarch64-linux-v8.outputs.local-cache && 'libv8-aarch64-linux.nar' }}
246-
openssl-attr: ${{ matrix.openssl.attr }}
245+
v8-nar: ${{ needs.build-aarch64-linux-v8.outputs.local-cache && 'libv8-aarch64-linux.nar' }}
247246
# Override just the `openssl` attr of the default shared-lib set with
248247
# the matrix-selected nixpkgs attribute (e.g. `openssl_3_6`). All
249248
# other shared libs (brotli, cares, libuv, …) keep their defaults.

0 commit comments

Comments
 (0)