Skip to content

Commit

Permalink
Bump vcpkg baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Nov 15, 2022
1 parent 2c9e6a2 commit cbde079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Setup vcpkg
uses: friendlyanon/setup-vcpkg@v1
with: { committish: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46 }
with: { committish: 5ec554416305ca7de10b3ef8b9b3a8bb27c7fe79 }

- name: Configure
run: cmake -B build -G "${{env.CMAKE_GENERATOR}}" -D "CMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake" -DVCPKG_OVERLAY_TRIPLETS=config/vcpkg_triplets -DVCPKG_TARGET_TRIPLET=${{env.VCPKG_TRIPLET}} -DVCPKG_CMAKE_SYSTEM_NAME=${{matrix.config.name}}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

env:
CMAKE_BUILD_TYPE: Release
VCPKG_COMMITISH: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46
VCPKG_COMMITISH: 5ec554416305ca7de10b3ef8b9b3a8bb27c7fe79
VCPKG_TRIPLET: x64-linux

steps:
Expand Down

0 comments on commit cbde079

Please sign in to comment.