.github: Clean source tree before cross building release assets

This address issues with leaking symbols into the cross build.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2023-01-13 14:58:23 +00:00
parent ef7e177df2
commit 547230bb77

View File

@ -40,6 +40,10 @@ jobs:
toolchain: "1.62"
target: aarch64-unknown-linux-musl
override: true
- name: Clean build tree ahead of cross build
uses: actions-rs/cargo@v1
with:
command: clean
- name: Static Build (AArch64)
uses: actions-rs/cargo@v1
with: