Skip to content

Commit 0a2114f

Browse files
committed
fix(CI): fix syntax error
1 parent 70fedf8 commit 0a2114f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ jobs:
2828
echo "CLANG_PATH=/usr/bin/clang" >> $GITHUB_ENV
2929
elif [[ "$RUNNER_OS" == "macOS" ]]; then
3030
brew install capnp pkg-config
31-
elif [[ "$RUNNER_OS" == "Windows" ]]; then
32-
# Install LLVM/Clang for Windows
33-
#choco install llvm -y
34-
# Install vcpkg for Cap'n Proto on Windows
35-
#git clone https://github.com/Microsoft/vcpkg.git
36-
#cd vcpkg
37-
#./bootstrap-vcpkg.bat
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-
#cd ..
4231
fi
4332
- name: Setup Ruby
4433
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)