about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2022-08-01 16:46:18 +0300
committerGitHub <noreply@github.com>2022-08-01 16:46:18 +0300
commitb72ff95901bcd65931b600f36e3a79b92b6cab3f (patch)
tree8b749ce217a7cc5ea55beaec4cf313e330a9e62b
parent64090ee27cc630778fabd25a4d2ffd70329d62db (diff)
downloadrust-b72ff95901bcd65931b600f36e3a79b92b6cab3f.tar.gz
rust-b72ff95901bcd65931b600f36e3a79b92b6cab3f.zip
Fix linker env var name
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4845168282e..7ffe2748b76 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -20,7 +20,7 @@ env:
   FETCH_DEPTH: 0 # pull in the tags for the version string
   MACOSX_DEPLOYMENT_TARGET: 10.15
   CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
-  CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHD_LINKER: arm-linux-gnueabihf-gcc
+  CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
 
 jobs:
   dist: