Skip to content

Commit e3decef

Browse files
committed
pull vcpkg
1 parent a6d939b commit e3decef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-javascriptcore.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ jobs:
55
steps:
66
- name: Checkout code
77
uses: actions/checkout@v4
8+
- name: Pull vcpkg
9+
run: |
10+
git clone https://github.com/microsoft/vcpkg.git
11+
./vcpkg/bootstrap-vcpkg.bat
812
- name: Build JavaScriptCore
913
run: |
10-
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

Comments
 (0)