mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 15:25:54 +00:00
use latest dtolnay/rust-toolchain to prevent usage of deprecated set-output
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
if: ${{ matrix.target == 'win10-x64' }}
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
components: clippy, rustfmt
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
if: ${{ matrix.target == 'win10-x64' }}
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
components: clippy, rustfmt
|
||||
|
||||
Reference in New Issue
Block a user