Skip to content

Commit

Permalink
appveyor: add allow_failures for vs2017 and zstd
Browse files Browse the repository at this point in the history
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
  • Loading branch information
myfreeer authored May 18, 2024
1 parent 6d37198 commit ec48073
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 21.03-{build}
version: 24.05-{build}
image:
- Visual Studio 2022
- Visual Studio 2017
Expand All @@ -19,3 +19,8 @@ skip_commits:
- 'LICENSE'
- '*.md'
- '.gitingore'

matrix:
allow_failures:
- image: Visual Studio 2017
src: zstd

0 comments on commit ec48073

Please sign in to comment.