From c40bd7d1b3bde2b809fff7d2c17d082d141ea06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=8B=9D=20=E5=BC=B5?= Date: Sat, 22 Feb 2025 21:03:33 +0800 Subject: [PATCH] 10 --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: +