Skip to content

Commit

Permalink
ci: workflow nightly <- stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamtowards committed Jan 20, 2024
1 parent a00b076 commit 721b331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
components: rustfmt, rust-src, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
components: rustfmt, rust-src, clippy

Expand Down

0 comments on commit 721b331

Please sign in to comment.