This commit is contained in:
Tom Hicks
2025-04-09 20:45:51 -07:00
parent f48fd9a3d6
commit fc817edc30

View File

@@ -117,7 +117,8 @@ jobs:
# Create build directory # Create build directory
- name: 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 # Configure CMake
- name: Configure CMake - name: Configure CMake