ci: Allow buildwindows to fail

krille/update-deps
Christian Pauly 3 years ago
parent 6dc8f73e50
commit 5bd265990b

@ -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…
Cancel
Save