Download repo.
This commit is contained in:
parent
cc0805258b
commit
5777462945
|
@ -34,21 +34,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cinst zstandard
|
cinst zstandard
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: install FileDownload
|
- name: Download FBXSDK Windows
|
||||||
run: |
|
uses: actions/checkout@v2
|
||||||
Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
|
with:
|
||||||
shell: pwsh
|
repository: V-Sekai/FBXSDK-Windows
|
||||||
|
path: .
|
||||||
- name: install 7z expand
|
|
||||||
run: |
|
|
||||||
7z e 2020.2.tar.gz
|
|
||||||
shell: cmd
|
|
||||||
|
|
||||||
- name: install 7z extract
|
|
||||||
run: |
|
|
||||||
7z x 2020.2.tar
|
|
||||||
shell: cmd
|
|
||||||
|
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue