Skip to content

Commit 5f0cd30

Browse files
Copilotmarosset
andcommitted
Install Rust 1.85.0 toolchain for backward compatibility
Co-authored-by: marosset <18291632+marosset@users.noreply.github.com>
1 parent fb1d421 commit 5f0cd30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

0 commit comments

Comments
 (0)