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: artifacts:
paths: paths:
- libolm.dll - libolm.dll
allow_failure: true
only: only:
- main - main
- tags - tags
@ -189,6 +190,7 @@ build_windows:
artifacts: artifacts:
paths: paths:
- build/windows/runner/Release - build/windows/runner/Release
allow_failure: true
only: only:
- main - main
- tags - tags

Loading…
Cancel
Save