We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d939b commit e3decefCopy full SHA for e3decef
.github/workflows/build-javascriptcore.yml
@@ -5,6 +5,10 @@ jobs:
5
steps:
6
- name: Checkout code
7
uses: actions/checkout@v4
8
+ - name: Pull vcpkg
9
+ run: |
10
+ git clone https://github.com/microsoft/vcpkg.git
11
+ ./vcpkg/bootstrap-vcpkg.bat
12
- name: Build JavaScriptCore
13
run: |
- cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake
14
+ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake
0 commit comments