It is called pwsh.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:25:11 -07:00
parent b6882e8f5a
commit ea9a08bf76
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: install FileDownload
run: |
Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
shell: powershell
shell: pwsh
- name: install 7z expand
run: |
@ -54,12 +54,12 @@ jobs:
- name: move
run: |
move -v .\FBXSDK-Windows-2020.2\sdk\ .
shell: powershell
shell: pwsh
- name: move
run: |
zstd -d -r --rm sdk
shell: powershell
shell: pwsh
- name: Downloading conan
run: |