mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
CI: Add cmake setup step to Linux build
This commit is contained in:
parent
b0eede8a85
commit
b908954b46
5
.github/workflows/build-project.yaml
vendored
5
.github/workflows/build-project.yaml
vendored
|
|
@ -210,6 +210,11 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-ccache-x86_64-
|
||||
|
||||
- name: Set up CMake 🏗️
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
cmake-version: '3.24.x'
|
||||
|
||||
- name: Set up Homebrew 🍺
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user