mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
Remove CFLAGS for C11 standard from beta build workflow
This change eliminates the CFLAGS environment variable previously set for C11 standard compliance in the beta build process, streamlining the build configuration.
This commit is contained in:
parent
7a15a12d84
commit
9a2f298c6a
1
.github/workflows/beta-build.yml
vendored
1
.github/workflows/beta-build.yml
vendored
@ -214,7 +214,6 @@ 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