Update ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user