Skip to content

Commit 71f688a

Browse files
authored
Merge pull request #274 from MisterDA/patch-1
Update tests to Cap'n Proto 1.0.1
2 parents a21ddc6 + 3472971 commit 71f688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: runner.os == 'Windows'
4444
shell: bash
4545
env:
46-
CAPNP_VERSION: 0.10.4
46+
CAPNP_VERSION: 1.0.1
4747
run: |
4848
curl -LO https://capnproto.org/capnproto-c++-win32-$CAPNP_VERSION.zip && \
4949
unzip -j capnproto-c++-win32-$CAPNP_VERSION.zip capnproto-tools-win32-$CAPNP_VERSION/capnp.exe -d /usr/bin

0 commit comments

Comments
 (0)