Pin cmake to 3.28 because of regression in 3.29.1

This commit is contained in:
paradust7 2024-04-12 01:52:35 -07:00
parent 30e280b694
commit ccf3d3acc7
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Pin CMake to 3.28
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.28.0"
- name: Restore from cache and run vcpkg
uses: lukka/run-vcpkg@v7
with: