Skip to content

Commit a6d939b

Browse files
committed
correct the cmake toolchain file
1 parent c7eb2d7 commit a6d939b

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
@@ -7,4 +7,4 @@ jobs:
77
uses: actions/checkout@v4
88
- name: Build JavaScriptCore
99
run: |
10-
cmake -B build -S . -DCMAKE_TOOLCHAIN=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
10+
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake

0 commit comments

Comments
 (0)