From fa6789bf86e70ba3f9d6da7e2a3a59794975fe58 Mon Sep 17 00:00:00 2001 From: Aiden Date: Sun, 3 May 2026 11:41:13 +1000 Subject: [PATCH] Update ci.yml --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: