Skip to content

Commit c95e0f2

Browse files
committed
update cmake toolchain path
1 parent e8ecafc commit c95e0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-javascriptcore.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
run: |
1010
git clone https://github.com/microsoft/vcpkg.git
1111
./vcpkg/bootstrap-vcpkg.bat
12+
ls vcpkg\scripts\buildsystems\vcpkg.cmake
1213
- name: Build JavaScriptCore
1314
run: |
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

Comments
 (0)