We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23af3c commit 55880f6Copy full SHA for 55880f6
1 file changed
github-actions/install-pgplot/action.yml
@@ -7,7 +7,7 @@ runs:
7
run: |
8
if ${{ toJSON( runner.os == 'Linux' ) }}; then
9
echo "::group::Install PGPLOT (via apt-get)"
10
- sudo apt-get -y update && sudo apt-get install --no-install-recommends -y pgplot5
+ sudo apt-get -y update && sudo apt-get install --no-install-recommends -y pgplot5 libx11-dev
11
echo "::endgroup::"
12
elif ${{ toJSON( runner.os == 'macOS' ) }}; then
13
echo "::group::Install PGPLOT (via brew)"
0 commit comments