Skip to content

Commit 01b4f15

Browse files
committed
fix(CI): install the x86_64-pc-windows-gnu Rust target, instead of the default x86_64-pc-windows-msvc
1 parent e10c55b commit 01b4f15

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
@@ -73,6 +73,8 @@ jobs:
7373
ruby-version: '3.4'
7474
- name: Setup Rust
7575
uses: dtolnay/rust-toolchain@stable
76+
with:
77+
targets: x86_64-pc-windows-gnu
7678
- name: Install Ruby dependencies
7779
run: bundle install
7880
- name: Setup just

0 commit comments

Comments
 (0)