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"
55
66inputs :
77 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"
99 required : false
10- default : " 1.85 .0"
10+ default : " 1.86 .0"
1111
1212runs :
1313 using : composite
@@ -148,6 +148,7 @@ runs:
148148 if : ${{ (runner.os == 'Linux') }}
149149 run : |
150150 rustup toolchain install 1.81.0
151+ rustup toolchain install 1.85.0
151152 shell : bash
152153
153154 - name : Set up env vars (Linux)
@@ -189,6 +190,7 @@ runs:
189190 if : ${{ (runner.os == 'Windows') }}
190191 run : |
191192 rustup toolchain install 1.81.0
193+ rustup toolchain install 1.85.0
192194 shell : pwsh
193195
194196 - name : Set up env vars (Windows)
You can’t perform that action at this time.
0 commit comments