We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77cd3f commit 5e5c2fbCopy full SHA for 5e5c2fb
.github/workflows/early_runners.yml
@@ -12,6 +12,7 @@ env:
12
# Need these guys for cross-compilation
13
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
14
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
15
+ CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG: true
16
17
jobs:
18
# windows does not run git cliff so we need to do it here
0 commit comments