Skip to content

Commit 896f1ef

Browse files
authored
Merge pull request #6749 from BOINC/vko_fix_osx_build
[ci] fix macos build
2 parents b6a81d4 + 32cd0ee commit 896f1ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/vcpkg_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ jobs:
329329
- name: Set up vcpkg
330330
run: |
331331
git clone https://github.com/microsoft/vcpkg.git
332+
git -C vcpkg checkout 43f6bb399bae64df9b937e377e3a8aae8cd7a15f
332333
./vcpkg/bootstrap-vcpkg.sh
333334
334335
- name: Prepare build

osx/bootstrap_vcpkg_cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ if [ ! -d $VCPKG_ROOT ]; then
1818
fi
1919

2020
git -C $VCPKG_ROOT pull
21+
git -C $VCPKG_ROOT checkout 43f6bb399bae64df9b937e377e3a8aae8cd7a15f
2122
$VCPKG_ROOT/bootstrap-vcpkg.sh

0 commit comments

Comments
 (0)