ci: Allow buildwindows to fail

This commit is contained in:
Christian Pauly 2023-02-02 12:20:22 +01:00
parent 538715843b
commit 44ea0a9da5

View File

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