Attempt to fix strip issue
This commit is contained in:
parent
0b24c11997
commit
a0b4360557
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -33,6 +33,11 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust_channel }}
|
toolchain: ${{ matrix.rust_channel }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
# Builds targeting aarch64 require `aarch64-linux-gnu-strip`
|
||||||
|
- name: Install aarch64-linux-gnu-strip
|
||||||
|
if: matrix.target == 'aarch64-unknown-linux-musl'
|
||||||
|
run: sudo apt-get install -y binutils-aarch64-linux-gnu
|
||||||
|
|
||||||
- name: Install cargo-deb
|
- name: Install cargo-deb
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user