diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a69c0b6..5a04484 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: