mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-05 04:22:46 -05:00
create the build directory for older cmake
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -63,6 +63,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmake-version: '3.6.0'
|
cmake-version: '3.6.0'
|
||||||
|
|
||||||
|
- name: Create the build directory
|
||||||
|
run: mkdir ${{github.workspace}}/build
|
||||||
|
|
||||||
- name: Configure CMake (Linux)
|
- name: Configure CMake (Linux)
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: cmake
|
run: cmake
|
||||||
|
Reference in New Issue
Block a user