cargo icon indicating copy to clipboard operation
cargo copied to clipboard

need help

Open mobeicanyue opened this issue 2 years ago • 0 comments
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

image

the link is modified: .github/workflows/release.yml how can i do?

mobeicanyue avatar Jul 04 '23 09:07 mobeicanyue