This commit is contained in:
Tom Hicks
2025-04-09 20:55:45 -07:00
parent 079aafeb56
commit 1c5124d19f

View File

@@ -115,6 +115,11 @@ jobs:
sudo apt-get install -y unzip
if: runner.os == 'Linux'
# Ensure build directory exists properly
- name: Initialize Build Directory
shell: bash
run: rm -rf "${{github.workspace}}/build" && mkdir -p "${{github.workspace}}/build/CMakeFiles"
# Configure CMake
- name: Configure CMake
run: >