From 9a2f298c6a26e78e040729838bfd115ccc7854cc Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Thu, 3 Apr 2025 16:38:34 -0400 Subject: [PATCH] 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. --- .github/workflows/beta-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/beta-build.yml b/.github/workflows/beta-build.yml index 6762a0e..c6cd76f 100644 --- a/.github/workflows/beta-build.yml +++ b/.github/workflows/beta-build.yml @@ -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