Update ci.yml
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Failing after 10s

This commit is contained in:
2026-05-03 11:41:13 +10:00
parent 59c9a30c6f
commit fa6789bf86

View File

@@ -19,15 +19,15 @@ jobs:
uses: actions/checkout@v4
- name: Configure Debug
shell: pwsh
shell: powershell
run: cmake --preset vs2022-x64-debug
- name: Build Debug
shell: pwsh
shell: powershell
run: cmake --build --preset build-debug
- name: Run Native Tests
shell: pwsh
shell: powershell
run: cmake --build --preset build-debug --target RUN_TESTS
ui-ubuntu: