11
Some checks failed
test_CICD / build (push) Failing after 2s

This commit is contained in:
威勝 張 2025-02-22 21:42:53 +08:00
parent c40bd7d1b3
commit ff4a04285d

View File

@ -12,11 +12,11 @@ jobs:
runs-on: test runs-on: test
steps: steps:
- name: Set PowerShell Execution Policy - name: Set PowerShell Execution Policy
shell: powershell shell: pwsh
run: Set-ExecutionPolicy Bypass -Scope Process -Force run: Set-ExecutionPolicy Bypass -Scope Process -Force
- name: Run CMake build and install - name: Run CMake build and install
shell: powershell shell: pwsh
run: | run: |
echo "test_start" echo "test_start"
sleep 20 sleep 20