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

This commit is contained in:
Mathias Wagner 2024-11-25 12:50:20 +01:00
parent c151639321
commit 6630b8a845

View File

@ -17,6 +17,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1 uses: jwlawson/actions-setup-cmake@v1
with: with:
cmake-version: '3.16.x' cmake-version: '3.16.x'
github-api-token: ${{ secrets.GH_TOKEN }}
- name: Install dependencies - name: Install dependencies
run: | run: |