diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 793b7f1..172eb12 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,8 @@ jobs: runs-on: test steps: - name: Set PowerShell Execution Policy - run: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force + shell: powershell + run: Set-ExecutionPolicy Bypass -Scope Process -Force - name: Run CMake build and install shell: powershell @@ -23,3 +24,4 @@ jobs: +