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.
2 parents a21ddc6 + 3472971 commit 71f688aCopy full SHA for 71f688a
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
if: runner.os == 'Windows'
44
shell: bash
45
env:
46
- CAPNP_VERSION: 0.10.4
+ CAPNP_VERSION: 1.0.1
47
run: |
48
curl -LO https://capnproto.org/capnproto-c++-win32-$CAPNP_VERSION.zip && \
49
unzip -j capnproto-c++-win32-$CAPNP_VERSION.zip capnproto-tools-win32-$CAPNP_VERSION/capnp.exe -d /usr/bin
0 commit comments