fix the minimum required cmake

This commit is contained in:
Michał Trojnara
2022-07-30 12:15:50 +02:00
parent f87618326f
commit 0a9dcbda6c
2 changed files with 2 additions and 5 deletions

View File

@ -61,10 +61,7 @@ jobs:
if: matrix.os == 'macOS-latest'
uses: jwlawson/actions-setup-cmake@v1.12
with:
cmake-version: '3.6.0'
- name: Create the build directory
run: mkdir ${{github.workspace}}/build
cmake-version: '3.13.0'
- name: Configure CMake (Linux)
if: matrix.os == 'ubuntu-latest'