Skip to content

Commit 09962bb

Browse files
committed
update cmake toolchain path
1 parent e3decef commit 09962bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-javascriptcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
./vcpkg/bootstrap-vcpkg.bat
1212
- name: Build JavaScriptCore
1313
run: |
14-
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake
14+
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=.\vcpkg\scripts\buildsystems\vcpkg.cmake

0 commit comments

Comments
 (0)