Skip to content

Commit

Permalink
Trying to build for both x64 and amd64 on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Dec 2, 2024
1 parent 53adf21 commit fffc471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ jobs:
- name: Dump vcpkg log on failure
run: |
echo "---------------------------------"
cat /Users/runner/vcpkg/buildtrees/boost-system/install-${{ matrix.arch }}-dbg-out.log
echo
cat /Users/runner/vcpkg/buildtrees/boost-system/install-arm64-osx-dbg-out.log
echo "---------------------------------"
cat /Users/runner/work/shinysocks/shinysocks/build/vcpkg-manifest-install.log
echo "---------------------------------"
- name: Install curl
Expand Down

0 comments on commit fffc471

Please sign in to comment.