mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 14:21:43 +00:00
fix(ci): install cross
This commit is contained in:
parent
44b9e4af45
commit
a663c47e4c
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -235,6 +235,8 @@ jobs:
|
||||
# if aarch64, we need to install the cross compiler since we're running x86_64
|
||||
if [[ ${{ matrix.target }} == aarch64-unknown-linux-gnu ]]; then
|
||||
sudo apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu
|
||||
|
||||
cargo install cross
|
||||
|
||||
cargo deb --profile deb --target ${{ matrix.target }} -o "$DEB_DIR/$DEB_NAME" \
|
||||
--cargo-build cross
|
||||
|
Loading…
x
Reference in New Issue
Block a user