Update release workflow
Some checks failed
Build and Release / build (push) Failing after 4s

This commit is contained in:
Mathias Wagner 2024-11-25 12:45:45 +01:00
parent 3d0d20cb94
commit e1f545833e

View File

@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3
- name: Set up CMake
run: sudo apt-get install -y cmake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: '3.10'
- name: Install dependencies
run: |