We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03bf7d commit 623a040Copy full SHA for 623a040
.agents/tasks/2025/06/29-2122-check-windows-ci
@@ -0,0 +1 @@
1
+Navigate to GitHub CI runs and examine Windows failures, guess issue and propose fix
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
./vcpkg install capnproto:x64-windows
39
echo "VCPKG_ROOT=$(pwd)" >> $GITHUB_ENV
40
echo "CMAKE_TOOLCHAIN_FILE=$(pwd)/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
41
+ echo "$(pwd)/installed/x64-windows/tools/capnproto" >> $GITHUB_PATH
42
cd ..
43
fi
44
- name: Setup Ruby
0 commit comments