try 9
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -117,7 +117,8 @@ jobs:
|
||||
|
||||
# Create build directory
|
||||
- name: Create Build Directory
|
||||
run: cmake -E make_directory ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: mkdir -p "${{github.workspace}}/build"
|
||||
|
||||
# Configure CMake
|
||||
- name: Configure CMake
|
||||
|
||||
Reference in New Issue
Block a user