Skip to content

Commit

Permalink
debug macos PGPLOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 2, 2024
1 parent 703889f commit a479caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github-actions/install-pgplot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ runs:
echo "::group::Install PGPLOT (via brew)"
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install kazuakiyama/pgplot/pgplot
for x in /usr/local/Cellar/pgplot /usr/local/opt; do if [ -d $x ]; then ls -alR $x; fi; done
echo located in:; brew --prefix pgplot
ls -alR $(brew --prefix pgplot)
echo "::endgroup::"
fi

0 comments on commit a479caa

Please sign in to comment.