What's going on here?

This commit is contained in:
Jesse Talavera 2024-06-04 21:14:50 -04:00
parent 930b75ad20
commit 51e6868144

View File

@ -200,6 +200,7 @@ jobs:
if: ${{ inputs.test-suite }}
shell: bash
run: |
ls -hal "${{ github.workspace }}"
cmake "${{ github.workspace }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.build-type }}" \
-DBUILD_TESTING=ON \