Skip to content

Commit

Permalink
pull vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bavulapati committed Jan 25, 2024
1 parent a6d939b commit e3decef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-javascriptcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Pull vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.bat
- name: Build JavaScriptCore
run: |
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake

0 comments on commit e3decef

Please sign in to comment.