File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ description: "Common setup steps for GitHub workflows in the Hyperlight project"
55
66inputs :
77 rust-toolchain :
8- description : " (Default: 1.86 .0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
8+ description : " (Default: 1.94 .0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
99 required : false
10- default : " 1.86 .0"
10+ default : " 1.94 .0"
1111 just-version :
1212 description : ' (Default: 1.41) Version of just to install.'
1313 required : false
9898 - name : Install older rust toolchain(s)
9999 if : ${{ (runner.os == 'Linux') }}
100100 run : |
101- rustup toolchain install 1.81.0
102101 rustup toolchain install 1.85.0
102+ rustup toolchain install 1.86.0
103103 shell : bash
104104
105105 - name : Set up env vars (Linux)
@@ -140,8 +140,8 @@ runs:
140140 - name : Install older rust toolchain(s) (Windows)
141141 if : ${{ (runner.os == 'Windows') }}
142142 run : |
143- rustup toolchain install 1.81.0
144143 rustup toolchain install 1.85.0
144+ rustup toolchain install 1.86.0
145145 shell : pwsh
146146
147147 - name : Set up env vars (Windows)
You can’t perform that action at this time.
0 commit comments