ci: Allow buildwindows to fail
This commit is contained in:
parent
6dc8f73e50
commit
5bd265990b
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ build_olm_windows:
|
|||
artifacts:
|
||||
paths:
|
||||
- libolm.dll
|
||||
allow_failure: true
|
||||
only:
|
||||
- main
|
||||
- tags
|
||||
|
|
@ -189,6 +190,7 @@ build_windows:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/windows/runner/Release
|
||||
allow_failure: true
|
||||
only:
|
||||
- main
|
||||
- tags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue