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 2c1f2e1 commit 95510a2Copy full SHA for 95510a2
.agents/tasks/2025/06/30-0638-windows-ridk-fix
@@ -0,0 +1 @@
1
+The Windows CI failed now because it didn't have ridk installed
.github/workflows/ci.yml
@@ -53,7 +53,8 @@ jobs:
53
if: runner.os == 'Windows'
54
shell: bash
55
run: |
56
- ridk exec pacman -S --noconfirm base-devel mingw-w64-ucrt-x86_64-toolchain
+ ruby -S ridk install 3
57
+ ruby -S ridk exec pacman -S --noconfirm base-devel mingw-w64-ucrt-x86_64-toolchain
58
- name: Setup Rust
59
uses: dtolnay/rust-toolchain@stable
60
with:
0 commit comments