Skip to content

Commit 1f1a47b

Browse files
committed
Decompress.
1 parent 680012a commit 1f1a47b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-win-10.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
move -v .\FBXSDK-Windows-2020.2\sdk\ .
5959
shell: pwsh
6060

61+
- name: Decompress sdk
62+
run: |
63+
zstd -d -r --rm sdk
64+
shell: cmd
65+
6166
- name: Add conan remote
6267
run: |
6368
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

0 commit comments

Comments
 (0)