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 9556e9c commit ccd5962
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,12 @@ jobs:
popd
continue-on-error: true

- name: Upload vcpkg log on failure
if: failure() && steps.install_dependencies.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: boost-system-install-log-${{ matrix.os }}-${{ matrix.arch }}
path: /Users/runner/vcpkg/buildtrees/boost-system/install-${{ matrix.arch }}-dbg-out.log
retention-days: 3
- name: Dump vcpkg log on failure
run: |
echo "---------------------------------"
cat /Users/runner/vcpkg/buildtrees/boost-system/install-${{ matrix.arch }}-dbg-out.log
echo
echo "---------------------------------"
- name: Install curl
run: |
Expand Down

0 comments on commit ccd5962

Please sign in to comment.