Skip to content

Commit d0493b0

Browse files
committed
Fix workflow matrix expressions for manual dispatch
1 parent 395b8d9 commit d0493b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-all-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- arch: amd64
2828
cc: gcc
2929
arch_cflags: ""
30-
arch_x86_cflags: "${{ env.NATIVE_X86_EXTRA_CFLAGS }}"
30+
arch_x86_cflags: "-mno-omit-leaf-frame-pointer -fcf-protection"
3131
ldflags: ""
3232
apt: ""
3333
- arch: i386
3434
cc: gcc
3535
arch_cflags: "-m32"
36-
arch_x86_cflags: "${{ env.NATIVE_X86_EXTRA_CFLAGS }}"
36+
arch_x86_cflags: "-mno-omit-leaf-frame-pointer -fcf-protection"
3737
ldflags: "-m32"
3838
apt: "gcc-multilib libc6-dev-i386"
3939
- arch: aarch64

0 commit comments

Comments
 (0)