USe curl.
This commit is contained in:
parent
d9ffb3a148
commit
ee1ca0e994
|
@ -37,17 +37,26 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cinst zstandard
|
cinst zstandard
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Download FBXSDK Windows
|
- name: install FileDownload
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
repository: V-Sekai/FBXSDK-Windows
|
|
||||||
path: sdk
|
|
||||||
|
|
||||||
- name: Decompress sdk
|
|
||||||
run: |
|
run: |
|
||||||
zstd -d -r --rm sdk > nul
|
curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
|
- 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
|
||||||
|
run: |
|
||||||
|
move -v .\FBXSDK-Windows-2020.2\sdk\ .
|
||||||
|
shell: pwsh
|
||||||
|
|
||||||
- name: Add conan remote
|
- name: Add conan remote
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue