mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-14 07:29:12 +08:00
use pwsh as shell value
This commit is contained in:
parent
ee913e09ee
commit
2acb6808ed
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -28,8 +28,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Initialize vendors
|
- name: Initialize vendors
|
||||||
run: |
|
shell: pwsh
|
||||||
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose -sourcesPath vendor\sources.json'"
|
working-directory: scripts
|
||||||
|
run: .\build.ps1 -verbose
|
||||||
- name: Testing Clink Shell
|
- name: Testing Clink Shell
|
||||||
run: |
|
run: |
|
||||||
cmd /c vendor\init.bat /v /d /t
|
cmd /c vendor\init.bat /v /d /t
|
||||||
|
Loading…
Reference in New Issue
Block a user