mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
ci: Continue on error for release
The build is fails because of op enssl-sys crate when cross compiling
This commit is contained in:
parent
fb124a5afb
commit
79cecf73d2
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu, riscv64gc-unknown-linux-gnu]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue