Skip to content

Commit 593b8ef

Browse files
authored
Take just version as optional param (#15)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 55cf31b commit 593b8ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ inputs:
88
description: "(Default: 1.86.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
99
required: false
1010
default: "1.86.0"
11+
just-version:
12+
description: '(Default: 1.41) Version of just to install.'
13+
required: false
14+
default: '1.41'
1115
runs:
1216
using: composite
1317
steps:
@@ -19,7 +23,7 @@ runs:
1923

2024
- uses: extractions/setup-just@v3
2125
with:
22-
just-version: "1.40"
26+
just-version: ${{ inputs.just-version }}
2327

2428
### Linux setup ###
2529

0 commit comments

Comments
 (0)