diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 48f2430..14aac5f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,6 +15,7 @@ jobs: - name: Run CMake build and install run: | + Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser # 允许本地脚本执行 echo "test_start" echo "test_end"