Use stable Rust version for release build
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: install rust toolchain
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: nightly
|
||||
rust-version: stable
|
||||
|
||||
- name: install deps
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user