Change Rust toolchain from stable to nightly
This commit is contained in:
parent
d02d1be468
commit
d78141cc92
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-to-release.yml
vendored
4
.github/workflows/build-to-release.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
|||
- name: Install Rust toolchain and target
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
override: true
|
||||
targets: ${{ matrix.rust_target }}
|
||||
target: ${{ matrix.rust_target }}
|
||||
|
||||
- name: Build release binary
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue