ci: Allow buildwindows to fail

This commit is contained in:
Christian Pauly 2023-02-02 12:20:22 +01:00
parent 538715843b
commit 44ea0a9da5
1 changed files with 2 additions and 0 deletions

View File

@ -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