Skip to content

Commit

Permalink
BUG: install xquartz
Browse files Browse the repository at this point in the history
X11 is not installed by default on GitHub Actions.
  • Loading branch information
aburrell committed Oct 2, 2024
1 parent 3b5f6f5 commit 8fe8dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
source .profile.bash
export OSTYPE="darwin"
export SYSTEM="darwin"
export XPATH="/opt/homebrew"
echo $PATH
build/script/make.build
build/script/make.code
Expand Down
1 change: 1 addition & 0 deletions build/.requirements.darwin
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ netcdf
ncurses
libpng
netpbm
xquartz

0 comments on commit 8fe8dec

Please sign in to comment.