CI: install CMake 3.31.6 for now

This commit is contained in:
Roman Fomin 2025-04-02 11:28:32 +07:00
parent e2d6043f88
commit a59843fcfc

View File

@ -63,6 +63,9 @@ jobs:
sudo apt-get install ninja-build
sudo apt-get build-dep libsdl2-dev
- name: Install CMake
uses: lukka/get-cmake@v3.31.6
- name: Developer Command Prompt
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1