Skip to content

Commit 55880f6

Browse files
committed
PGPLOT in PDL-land always needs X11
1 parent c23af3c commit 55880f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actions/install-pgplot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
run: |
88
if ${{ toJSON( runner.os == 'Linux' ) }}; then
99
echo "::group::Install PGPLOT (via apt-get)"
10-
sudo apt-get -y update && sudo apt-get install --no-install-recommends -y pgplot5
10+
sudo apt-get -y update && sudo apt-get install --no-install-recommends -y pgplot5 libx11-dev
1111
echo "::endgroup::"
1212
elif ${{ toJSON( runner.os == 'macOS' ) }}; then
1313
echo "::group::Install PGPLOT (via brew)"

0 commit comments

Comments
 (0)