Skip to content

Commit

Permalink
ci: try again using nightly in test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Dec 19, 2024
1 parent 70e3d58 commit d9c1670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly # TODO: Temporary for testing CI fixed
components: rustfmt, clippy
Expand Down

0 comments on commit d9c1670

Please sign in to comment.