Skip to content

Commit e7d6a6d

Browse files
committed
fix(ci): add explicit toolchain input for pinned rust-toolchain
1 parent 7c94df8 commit e7d6a6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686

8787
- name: Install Rust
8888
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable
89+
with:
90+
toolchain: stable
8991

9092
- name: Cache Cargo
9193
uses: actions/cache@v5

0 commit comments

Comments
 (0)