Skip to content

Commit

Permalink
[TEMP] Try to debug macOS fontconfig failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Nov 24, 2023
1 parent 1940396 commit 151e576
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@ jobs:
env:
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"

- name: vcpkg logs
if: failure()
uses: actions/upload-artifact@v3
with:
name: vcpkg-fontconfig-logs-mac
path: vcpkg/buildtrees/fontconfig/*.log

- name: Build
run: |
cmake --build build --config "${{ matrix.cfg.type }}" -j 2
Expand Down

0 comments on commit 151e576

Please sign in to comment.