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"