Try fixing docker ci build
ubuntu / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) Details
ubuntu / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) Details
ubuntu / stable / fmt Details

This commit is contained in:
Hans Mündelein 2023-06-12 09:47:40 +02:00
parent 3cff753275
commit d402c8a2bc
Signed by: hans
GPG Key ID: BA7B55E984CE74F4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/taiki-e/install-action@cross
- name: cross compile for ${{ matrix.target }}
uses: 'docker'
run: cross build --target ${{ matrix.target }} --release
- uses: actions/release-action@main
with: