From cac89d0af014fb8fb17d62367f552cbf25946dd4 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 20:56:09 +0800 Subject: [PATCH] 08 --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 14aac5f..f9bf217 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Run CMake build and install run: | - Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser # 允许本地脚本执行 + Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force echo "test_start" echo "test_end"