Skip to content

Commit 95510a2

Browse files
committed
fix(ci): install ridk
Add explicit ridk installation and invocation on Windows to ensure MSYS2 tools are available.
1 parent 2c1f2e1 commit 95510a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Windows CI failed now because it didn't have ridk installed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
if: runner.os == 'Windows'
5454
shell: bash
5555
run: |
56-
ridk exec pacman -S --noconfirm base-devel mingw-w64-ucrt-x86_64-toolchain
56+
ruby -S ridk install 3
57+
ruby -S ridk exec pacman -S --noconfirm base-devel mingw-w64-ucrt-x86_64-toolchain
5758
- name: Setup Rust
5859
uses: dtolnay/rust-toolchain@stable
5960
with:

0 commit comments

Comments
 (0)