Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 5m22s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 4m1s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 5m30s
Multi-Platform Release Build / create-release (push) Has been skipped
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 5m22s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 4m1s
Multi-Platform Release Build / build (true, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 5m30s
Multi-Platform Release Build / create-release (push) Has been skipped
This commit is contained in:
parent
415032ecd1
commit
ca1442851c
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
with:
|
||||
args: >
|
||||
sh -c "
|
||||
apk add --no-cache build-base musl-dev gcc g++ openssl-dev &&
|
||||
apk add --no-cache build-base openssl-dev pkgconf &&
|
||||
rustup target add x86_64-unknown-linux-gnu &&
|
||||
cargo build --release --target x86_64-unknown-linux-gnu &&
|
||||
mkdir -p release-artifacts &&
|
||||
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
with:
|
||||
args: >
|
||||
sh -c "
|
||||
apk add --no-cache build-base mingw-w64 &&
|
||||
apk add --no-cache build-base mingw-w64-gcc mingw-w64-headers mingw-w64-crt mingw-w64-winpthreads
|
||||
rustup target add x86_64-pc-windows-gnu &&
|
||||
cargo build --release --target x86_64-pc-windows-gnu &&
|
||||
mkdir -p release-artifacts &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue