Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
another attempt to enable windows capnproto
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Mar 22, 2024
1 parent fcd776d commit 8e12cea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install Cap'n Proto
run: |
curl https://capnproto.org/capnproto-c++-win32-1.0.2.zip -o capnproto.zip
7z.exe e capnproto.zip *.exe
7z.exe e capnproto.zip -r *.exe
echo "Unpacking capnp.exe to {path}"
echo "{path}" >> $GITHUB_PATH
- name: Checkout Repository
Expand All @@ -55,6 +56,7 @@ jobs:

- name: Build
run: |
echo "building with PATH=$PATH"
cargo build --workspace --release
- name: Test
Expand Down

0 comments on commit 8e12cea

Please sign in to comment.