File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 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"
5
5
6
6
inputs :
7
7
rust-toolchain :
8
- description : " (Default: 1.85 .0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
8
+ description : " (Default: 1.86 .0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
9
9
required : false
10
- default : " 1.85 .0"
10
+ default : " 1.86 .0"
11
11
12
12
runs :
13
13
using : composite
@@ -148,6 +148,7 @@ runs:
148
148
if : ${{ (runner.os == 'Linux') }}
149
149
run : |
150
150
rustup toolchain install 1.81.0
151
+ rustup toolchain install 1.85.0
151
152
shell : bash
152
153
153
154
- name : Set up env vars (Linux)
@@ -189,6 +190,7 @@ runs:
189
190
if : ${{ (runner.os == 'Windows') }}
190
191
run : |
191
192
rustup toolchain install 1.81.0
193
+ rustup toolchain install 1.85.0
192
194
shell : pwsh
193
195
194
196
- name : Set up env vars (Windows)
You can’t perform that action at this time.
0 commit comments