10
Some checks failed
test_CICD / build (push) Failing after 6s

This commit is contained in:
威勝 張 2025-02-22 21:03:33 +08:00
parent a3b9f47e96
commit c40bd7d1b3

View File

@ -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: