create the build directory for older cmake

This commit is contained in:
Michał Trojnara 2022-07-30 11:37:30 +02:00
parent 306d467a29
commit 80de8e7738

View File

@ -63,6 +63,9 @@ jobs:
with:
cmake-version: '3.6.0'
- name: Create the build directory
run: mkdir ${{github.workspace}}/build
- name: Configure CMake (Linux)
if: matrix.os == 'ubuntu-latest'
run: cmake