Skip to content

Commit 8ca2d8b

Browse files
committed
fix(ci): attempt to specify the toolchain version explicitly in the Setup Rust github action, to avoid CI failures
1 parent 6e103bd commit 8ca2d8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
ruby-version: '3.2'
4747
- name: Setup Rust
4848
uses: dtolnay/rust-toolchain@stable
49+
with:
50+
toolchain: stable
4951
- name: Install Ruby dependencies
5052
run: bundle install
5153
- name: Setup just

0 commit comments

Comments
 (0)