Skip to content

Commit

Permalink
gimme configure logs
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Nov 8, 2024
1 parent 474bf7f commit b56e1b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ jobs:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
shell: pwsh
continue-on-error: true

- name: cat logs
run: |
type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-out.log
type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-err.log
ls C:\vcpkg\buildtrees\gmp
cat C:\vcpkg\buildtrees\gmp\*.log
false
shell: pwsh

- uses: msys2/setup-msys2@d40200dc2db4c351366b048a9565ad82919e1c24 # v2
id: setup-msys2
Expand Down

0 comments on commit b56e1b2

Please sign in to comment.