diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 215e64039a..0f552c94d2 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -29,7 +29,6 @@ jobs: timeout-minutes: 271 env: VFLAGS: -cc gcc - VERBOSE_MAKE: 1 steps: - uses: actions/checkout@v4 - name: Build @@ -81,7 +80,6 @@ jobs: timeout-minutes: 271 env: VFLAGS: -cc msvc - VERBOSE_MAKE: 1 steps: - uses: actions/checkout@v4 - name: Build @@ -130,8 +128,6 @@ jobs: timeout-minutes: 181 env: VFLAGS: -cc tcc -no-retry-compilation - VTEST_SHOW_START: 1 - VERBOSE_MAKE: 1 steps: - uses: actions/checkout@v4 - name: Build with make.bat -tcc