Pin cmake to 3.28.x due to build issues with 3.29

This commit is contained in:
Magne Sjaastad 2024-04-07 11:57:06 +02:00
parent 55ca147f9d
commit df0a86f076

View File

@ -91,6 +91,8 @@ jobs:
- name: Use CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.28.0"
- name: Use MSVC (Windows)
uses: ilammy/msvc-dev-cmd@v1