Skip to content

Commit

Permalink
Merge pull request #260 from MisterDA/capnp-0.10.3
Browse files Browse the repository at this point in the history
Update tests to Cap'n Proto 0.10.3
  • Loading branch information
talex5 authored Dec 7, 2022
2 parents 2737ee6 + 8b731ff commit dd62cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
env:
CAPNP_VERSION: 0.10.2
CAPNP_VERSION: 0.10.3
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 dd62cb4

Please sign in to comment.