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:
Huakun Shen 2025-04-03 16:38:34 -04:00
parent 7a15a12d84
commit 9a2f298c6a

View File

@ -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