presets and workflow changes

This commit is contained in:
Jettford
2024-12-09 18:47:26 +00:00
parent 9be88b3083
commit 3760ffa349
2 changed files with 5 additions and 86 deletions

View File

@@ -33,7 +33,10 @@ 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: