mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 19:52:47 -05:00
fix the minimum required cmake
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user