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

This commit is contained in:
jadebenn
2024-12-08 16:54:37 -06:00
parent 4b99b984af
commit 0772e563c1
2 changed files with 3 additions and 88 deletions

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: