Skip to content

Commit

Permalink
Merge pull request #274 from MisterDA/patch-1
Browse files Browse the repository at this point in the history
Update tests to Cap'n Proto 1.0.1
  • Loading branch information
talex5 committed Sep 15, 2023
2 parents a21ddc6 + 3472971 commit 71f688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
env:
CAPNP_VERSION: 0.10.4
CAPNP_VERSION: 1.0.1
run: |
curl -LO https://capnproto.org/capnproto-c++-win32-$CAPNP_VERSION.zip && \
unzip -j capnproto-c++-win32-$CAPNP_VERSION.zip capnproto-tools-win32-$CAPNP_VERSION/capnp.exe -d /usr/bin
Expand Down

0 comments on commit 71f688a

Please sign in to comment.