Skip to content

Commit 623a040

Browse files
committed
fix(ci): set capnp path for windows
1 parent f03bf7d commit 623a040

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Navigate to GitHub CI runs and examine Windows failures, guess issue and propose fix

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
./vcpkg install capnproto:x64-windows
3939
echo "VCPKG_ROOT=$(pwd)" >> $GITHUB_ENV
4040
echo "CMAKE_TOOLCHAIN_FILE=$(pwd)/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
41+
echo "$(pwd)/installed/x64-windows/tools/capnproto" >> $GITHUB_PATH
4142
cd ..
4243
fi
4344
- name: Setup Ruby

0 commit comments

Comments
 (0)