Skip to content

Commit

Permalink
debug github macos actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 29, 2024
1 parent 5867651 commit 34523a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ jobs:
brew install cask
brew install --cask xquartz
echo "PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig" >> $GITHUB_ENV
echo === brew ===
ls $(brew --prefix)
echo === lib ===
ls $(brew --prefix)/lib
echo === include ===
ls $(brew --prefix)/include
echo === opt ===
ls $(brew --prefix)/opt
echo === Cellar ===
ls $(brew --prefix)/Cellar
- name: Build
run: make
Expand Down

0 comments on commit 34523a5

Please sign in to comment.