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 0a2114f commit e10c55bCopy full SHA for e10c55b
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash
46
run: |
47
if [[ "$RUNNER_OS" == "Windows" ]]; then
48
- pacman -S mingw-w64-ucrt-x86_64-capnproto
+ pacman -S --noconfirm mingw-w64-ucrt-x86_64-capnproto
49
# ridk enable
50
fi
51
just build-extension
0 commit comments