Skip to content

Commit

Permalink
Add X11 deps on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keponk committed Oct 16, 2024
1 parent 1614e22 commit 285389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libfftw3-dev libtiff-dev libicu-dev libpng-dev libjpeg-dev libglpk-dev libxml2-dev
sudo apt-get install -y libfftw3-dev libtiff-dev libicu-dev libpng-dev libjpeg-dev libglpk-dev libxml2-dev libx11-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 285389d

Please sign in to comment.