Decompress.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 18:51:31 -07:00
parent e685b51263
commit 5c3d41fb99
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ jobs:
repository: V-Sekai/FBXSDK-Windows repository: V-Sekai/FBXSDK-Windows
path: sdk path: sdk
- name: Secompress sdk - name: Decompress sdk
run: | run: |
zstd -qq -d -r --rm sdk zstd -d -r --rm -qq sdk
shell: pwsh shell: pwsh
- name: Add conan remote - name: Add conan remote