.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>
(cherry picked from commit 547230bb7757f8e837b90ea34c5cc79c6ebe33fd)
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Rob Bradford 2023-01-13 14:58:23 +00:00 committed by Bo Chen
parent 62c1f39ea2
commit a63e064004

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: