This commit is contained in:
jadebenn 2024-12-08 17:05:34 -06:00 committed by Jettford
parent 2cfb262b4a
commit 4482dcc9ed

View File

@ -33,9 +33,7 @@ jobs:
- name: cmake - name: cmake
uses: lukka/run-cmake@v10 uses: lukka/run-cmake@v10
with: with:
configurePreset: "ci-${{matrix.os}}" workflowPreset: "ci-${{matrix.os}}"
buildPreset: "default"
testPreset: "ci-${{matrix.os}}"
- name: artifacts - name: artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: