Skip to content

Commit 5c3d41f

Browse files
committed
Decompress.
1 parent e685b51 commit 5c3d41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
repository: V-Sekai/FBXSDK-Windows
4545
path: sdk
4646

47-
- name: Secompress sdk
47+
- name: Decompress sdk
4848
run: |
49-
zstd -qq -d -r --rm sdk
49+
zstd -d -r --rm -qq sdk
5050
shell: pwsh
5151

5252
- name: Add conan remote

0 commit comments

Comments
 (0)