cargo
cargo copied to clipboard
need help
trafficstars
now i want to compile aarch64-pc-windows-msvc on windows now in github action.
# windows
- target: x86_64-pc-windows-msvc
release-name: x86_64-windows
suffix: .exe
use-cross: false
- os: windows-latest
target: aarch64-pc-windows-msvc
suffix: .exe
use-cross: true
x86_64 is successed but aarch failed because of
the link is modified: .github/workflows/release.yml how can i do?