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 274d881 commit d92888eCopy full SHA for d92888e
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
if [[ "$RUNNER_OS" == "Windows" ]]; then
49
pacman -S --noconfirm mingw-w64-ucrt-x86_64-capnproto
50
+ rustup target add x86_64-pc-windows-gnu
51
# ridk enable
52
fi
53
just build-extension
0 commit comments