Skip to content

Commit

Permalink
CI (macos): Show content of "config.log".
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 17, 2024
1 parent b18f975 commit ce46e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
--with-blas="-L${HOMEBREW_PREFIX}/opt/openblas/lib -lopenblas" \
--with-java-homedir="${HOMEBREW_PREFIX}/opt/openjdk" \
--prefix="${HOME}/usr"
echo "::group::Show config.log"
cat ./config.log
echo "::endgroup::"
- name: build
run: make -C ./.build all -j3 V=1
Expand Down

0 comments on commit ce46e84

Please sign in to comment.