It is called pwsh.
This commit is contained in:
parent
b6882e8f5a
commit
ea9a08bf76
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: install FileDownload
|
- name: install FileDownload
|
||||||
run: |
|
run: |
|
||||||
Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
|
Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
|
||||||
shell: powershell
|
shell: pwsh
|
||||||
|
|
||||||
- name: install 7z expand
|
- name: install 7z expand
|
||||||
run: |
|
run: |
|
||||||
|
@ -54,12 +54,12 @@ jobs:
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
move -v .\FBXSDK-Windows-2020.2\sdk\ .
|
move -v .\FBXSDK-Windows-2020.2\sdk\ .
|
||||||
shell: powershell
|
shell: pwsh
|
||||||
|
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
zstd -d -r --rm sdk
|
zstd -d -r --rm sdk
|
||||||
shell: powershell
|
shell: pwsh
|
||||||
|
|
||||||
- name: Downloading conan
|
- name: Downloading conan
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue