Skip to content

Commit f21fd43

Browse files
committed
fix(CI): use dtolnay/rust-toolchain@master instead of dtolnay/rust-toolchain@stable, so it can accept the extra inputs
1 parent 01b4f15 commit f21fd43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
with:
7373
ruby-version: '3.4'
7474
- name: Setup Rust
75-
uses: dtolnay/rust-toolchain@stable
75+
uses: dtolnay/rust-toolchain@master
7676
with:
77+
toolchain: stable
7778
targets: x86_64-pc-windows-gnu
7879
- name: Install Ruby dependencies
7980
run: bundle install

0 commit comments

Comments
 (0)