We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64090ee commit b72ff95Copy full SHA for b72ff95
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ env:
20
FETCH_DEPTH: 0 # pull in the tags for the version string
21
MACOSX_DEPLOYMENT_TARGET: 10.15
22
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
23
- CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHD_LINKER: arm-linux-gnueabihf-gcc
+ CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
24
25
jobs:
26
dist:
0 commit comments