We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ecafc commit c95e0f2Copy full SHA for c95e0f2
.github/workflows/build-javascriptcore.yml
@@ -9,6 +9,7 @@ jobs:
9
run: |
10
git clone https://github.com/microsoft/vcpkg.git
11
./vcpkg/bootstrap-vcpkg.bat
12
+ ls vcpkg\scripts\buildsystems\vcpkg.cmake
13
- name: Build JavaScriptCore
14
- cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg\scripts\buildsystems\vcpkg.cmake
15
+ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="vcpkg\scripts\buildsystems\vcpkg.cmake"
0 commit comments