parent
c40bd7d1b3
commit
ff4a04285d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user