Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 5m28s
Multi-Platform Release Build / build (true, build-essential libssl-dev pkg-config, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 2m30s
Multi-Platform Release Build / build (true, build-essential mingw-w64, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 2m5s
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 5m28s
Multi-Platform Release Build / build (true, build-essential libssl-dev pkg-config, linux/amd64, x86_64-unknown-linux-gnu) (push) Failing after 2m30s
Multi-Platform Release Build / build (true, build-essential mingw-w64, linux/amd64, x86_64-pc-windows-gnu) (push) Failing after 2m5s
Multi-Platform Release Build / create-release (push) Has been skipped
This commit is contained in:
parent
1de1cdd9b9
commit
a59a7ab7ce
1 changed files with 7 additions and 0 deletions
|
|
@ -17,10 +17,12 @@ jobs:
|
|||
- target: x86_64-unknown-linux-gnu
|
||||
cross: true
|
||||
platform: linux/amd64
|
||||
deps: "build-essential libssl-dev pkg-config"
|
||||
|
||||
- target: x86_64-pc-windows-gnu
|
||||
cross: true
|
||||
platform: linux/amd64
|
||||
deps: "build-essential mingw-w64"
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -35,6 +37,11 @@ jobs:
|
|||
if: matrix.target != 'native' && !matrix.container
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: Install build dependencies
|
||||
if: matrix.cross && matrix.deps
|
||||
run: |
|
||||
apk add --no-cache ${{ matrix.deps }}
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue