From b2cdc9401f8fd33acc432aeaafa7b8f11fc34af4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 12 Jan 2024 10:03:14 -0800 Subject: [PATCH] ci: only output build.log once for windows build --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22a7564fc..75dc9a04c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -137,10 +137,6 @@ jobs: shell: pwsh run: .\zigbuild.ps1 -ErrorAction SilentlyContinue - - name: Dump logs - shell: pwsh - run: Get-Content -Path ".\build.log" - - name: Generate build script shell: pwsh run: |