mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
try the latest supported version of cmake
This commit is contained in:
parent
d0a958919d
commit
306d467a29
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -53,10 +53,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: ${{matrix.arch}}
|
arch: ${{matrix.arch}}
|
||||||
|
|
||||||
- name: Install apt dependencies
|
- name: Install apt dependencies (Linux)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime
|
||||||
|
|
||||||
|
- name: Setup the oldest supported version of cmake (macOS)
|
||||||
|
if: matrix.os == 'macOS-latest'
|
||||||
|
uses: jwlawson/actions-setup-cmake@v1.12
|
||||||
|
with:
|
||||||
|
cmake-version: '3.6.0'
|
||||||
|
|
||||||
- name: Configure CMake (Linux)
|
- name: Configure CMake (Linux)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: cmake
|
run: cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user