Skip to content

Commit 25dbcc2

Browse files
committed
fix(CI): previous commits were updating the wrong CI workflow; fix that
1 parent f21fd43 commit 25dbcc2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
with:
3535
ruby-version: '3.4'
3636
- name: Setup Rust
37-
uses: dtolnay/rust-toolchain@stable
37+
uses: dtolnay/rust-toolchain@master
3838
with:
3939
toolchain: stable
40+
targets: x86_64-pc-windows-gnu
4041
- name: Install Ruby dependencies
4142
run: bundle install
4243
- name: Setup just
@@ -72,10 +73,7 @@ jobs:
7273
with:
7374
ruby-version: '3.4'
7475
- name: Setup Rust
75-
uses: dtolnay/rust-toolchain@master
76-
with:
77-
toolchain: stable
78-
targets: x86_64-pc-windows-gnu
76+
uses: dtolnay/rust-toolchain@stable
7977
- name: Install Ruby dependencies
8078
run: bundle install
8179
- name: Setup just

0 commit comments

Comments
 (0)