forked from nonsensical-dev/zenyx-engine
update workflow to use nightly
This commit is contained in:
parent
e4d919ad89
commit
fb4908c0a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- name: 🔧 Install Rust
|
- name: 🔧 Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue