mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
Adds C11 standard flag for builds
Try to fix windows build beta CI Adds the C11 standard flag to the build environment. This ensures that the code is compiled using the C11 standard, potentially improving compatibility and avoiding compiler-specific behavior.
This commit is contained in:
parent
a385a8e256
commit
7a15a12d84
1
.github/workflows/beta-build.yml
vendored
1
.github/workflows/beta-build.yml
vendored
@ -214,6 +214,7 @@ jobs:
|
||||
env:
|
||||
CI: false
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
CFLAGS: -std:c11
|
||||
run: pnpm tauri build ${{ env.BUILD_MODE}} ${{ matrix.os == 'windows-latest' && '-b nsis' || '' }}
|
||||
|
||||
- name: Rename macos-aarch64
|
||||
|
Loading…
x
Reference in New Issue
Block a user