Skip to content

Commit

Permalink
update cmake toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
bavulapati committed Jan 25, 2024
1 parent e8ecafc commit c95e0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-javascriptcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
run: |
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.bat
ls vcpkg\scripts\buildsystems\vcpkg.cmake
- name: Build JavaScriptCore
run: |
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg\scripts\buildsystems\vcpkg.cmake
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="vcpkg\scripts\buildsystems\vcpkg.cmake"

0 comments on commit c95e0f2

Please sign in to comment.