Skip to content

Commit 7599e45

Browse files
committed
Ignore errors.
1 parent 5b0161d commit 7599e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Decompress sdk
4848
run: |
49-
zstd -d -r --rm sdk
49+
2>nul zstd -d -r --rm sdk
5050
shell: cmd
5151

5252
- name: Add conan remote

0 commit comments

Comments
 (0)