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 e10c55b commit 01b4f15Copy full SHA for 01b4f15
.github/workflows/ci.yml
@@ -73,6 +73,8 @@ jobs:
73
ruby-version: '3.4'
74
- name: Setup Rust
75
uses: dtolnay/rust-toolchain@stable
76
+ with:
77
+ targets: x86_64-pc-windows-gnu
78
- name: Install Ruby dependencies
79
run: bundle install
80
- name: Setup just
0 commit comments