Skip to content

Commit ec48073

Browse files
authored
appveyor: add allow_failures for vs2017 and zstd
The input line is too long. The syntax of the command is incorrect. Command exited with code 255 https://ci.appveyor.com/project/myfreeer/7z-build-nsis/builds/49827526/job/li0tbw56c27tje9w#L2786
1 parent 6d37198 commit ec48073

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 21.03-{build}
1+
version: 24.05-{build}
22
image:
33
- Visual Studio 2022
44
- Visual Studio 2017
@@ -19,3 +19,8 @@ skip_commits:
1919
- 'LICENSE'
2020
- '*.md'
2121
- '.gitingore'
22+
23+
matrix:
24+
allow_failures:
25+
- image: Visual Studio 2017
26+
src: zstd

0 commit comments

Comments
 (0)