Skip to content

Commit 5e5c2fb

Browse files
release debug flag
1 parent a77cd3f commit 5e5c2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/early_runners.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
# Need these guys for cross-compilation
1313
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
1414
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
15+
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG: true
1516

1617
jobs:
1718
# windows does not run git cliff so we need to do it here

0 commit comments

Comments
 (0)