Skip to content

Commit 437d4b6

Browse files
committed
fixup! tools: add non-default OpenSSL versions to the test-shared workflow
1 parent 66e427c commit 437d4b6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/actions/build-shared/action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ description: >
66
77
inputs:
88
system:
9-
description: Target system triple (e.g. x86_64-linux, aarch64-darwin).
9+
description: System label (e.g. x86_64-linux, aarch64-darwin).
1010
required: true
1111
extra-nix-args:
12-
description: >
13-
Additional arguments to pass to nix-shell, one per line or space
14-
separated. Appended after the common arguments.
12+
description: Additional arguments appended to the nix-shell invocation.
1513
required: false
1614
default: ''
1715
cachix-auth-token:
18-
description: Cachix auth token for write access to nodejs.cachix.org.
16+
description: Cachix auth token for nodejs.cachix.org.
1917
required: false
2018
default: ''
2119

0 commit comments

Comments
 (0)