remove workflow presets (for now) and try another CI fix

This commit is contained in:
jadebenn 2024-12-08 16:54:37 -06:00 committed by Jettford
parent befddc6817
commit 2cfb262b4a

View File

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