From 2e421bac5b3ba0f8a656b7d41c8a4a0a00a9390e Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 17 Feb 2025 13:18:59 +0200 Subject: [PATCH] ci: cleanup windows_ci.yml more; remove the setting of VTEST_SHOW_START: and VERBOSE_MAKE: for all jobs there --- .github/workflows/windows_ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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