Decompress.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 19:14:52 -07:00
parent 680012aa7b
commit 1f1a47b9df
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ jobs:
move -v .\FBXSDK-Windows-2020.2\sdk\ . move -v .\FBXSDK-Windows-2020.2\sdk\ .
shell: pwsh shell: pwsh
- name: Decompress sdk
run: |
zstd -d -r --rm sdk
shell: cmd
- name: Add conan remote - name: Add conan remote
run: | run: |
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan