Skip to content

Commit

Permalink
debug windows build to dump error files
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Nov 8, 2024
1 parent fca07d7 commit 90fb8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Install libraries with vcpkg
run: |
vcpkg install
ruby -e "r = system('vcpkg install'); puts File.read('C:/vcpkg/buildtrees/gmp/build-x64-windows-dbg-out.log'); puts File.read('C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-err.log'); raise unless r"
working-directory: src
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
Expand Down

0 comments on commit 90fb8d3

Please sign in to comment.