Skip to content

Commit

Permalink
rs ci: use stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Jan 4, 2022
1 parent d0bacc6 commit 31414c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
target: ${{matrix.target}}
- name: Cache
uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 31414c3

Please sign in to comment.