USe curl.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 19:07:30 -07:00
parent d9ffb3a148
commit ee1ca0e994
1 changed files with 18 additions and 9 deletions

View File

@ -38,17 +38,26 @@ jobs:
cinst zstandard
shell: bash
- name: Download FBXSDK Windows
uses: actions/checkout@v2
with:
repository: V-Sekai/FBXSDK-Windows
path: sdk
- name: Decompress sdk
- name: install FileDownload
run: |
zstd -d -r --rm sdk > nul
curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
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
run: |
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan