workflows: Continue release even if windows fails

This commit is contained in:
PaddiM8 2021-05-18 23:38:35 +02:00 committed by GitHub
parent 150a0c7632
commit 1689456b88

View File

@ -116,6 +116,7 @@ jobs:
make make
mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc
mingw-w64-x86_64-rust mingw-w64-x86_64-rust
continue-on-error: true
- shell: msys2 {0} - shell: msys2 {0}
run: | run: |
cargo build --release --verbose cargo build --release --verbose