We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21fd43 commit 25dbcc2Copy full SHA for 25dbcc2
.github/workflows/ci.yml
@@ -34,9 +34,10 @@ jobs:
34
with:
35
ruby-version: '3.4'
36
- name: Setup Rust
37
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@master
38
39
toolchain: stable
40
+ targets: x86_64-pc-windows-gnu
41
- name: Install Ruby dependencies
42
run: bundle install
43
- name: Setup just
@@ -72,10 +73,7 @@ jobs:
72
73
74
75
- uses: dtolnay/rust-toolchain@master
76
- with:
77
- toolchain: stable
78
- targets: x86_64-pc-windows-gnu
+ uses: dtolnay/rust-toolchain@stable
79
80
81
0 commit comments