Skip to content

Commit 91c3115

Browse files
committed
fix: Pin down specific stable version
1 parent 4606c1c commit 91c3115

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525

26-
- name: Install Rust toolchain
27-
uses: dtolnay/rust-toolchain@stable
28-
with:
29-
components: clippy
26+
- name: Add clippy component
27+
run: rustup component add clippy
3028

3129
- name: Cache cargo build
3230
uses: actions/cache@v4

rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
2+
channel = "1.91.1"
23
components = ["llvm-tools", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)