ci: only output build.log once for windows build

This commit is contained in:
Mitchell Hashimoto
2024-01-12 10:03:14 -08:00
parent 9c4bb58846
commit b2cdc9401f

View File

@ -137,10 +137,6 @@ jobs:
shell: pwsh shell: pwsh
run: .\zigbuild.ps1 -ErrorAction SilentlyContinue run: .\zigbuild.ps1 -ErrorAction SilentlyContinue
- name: Dump logs
shell: pwsh
run: Get-Content -Path ".\build.log"
- name: Generate build script - name: Generate build script
shell: pwsh shell: pwsh
run: | run: |