Skip to content

Commit

Permalink
Set system deps for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
keponk committed Oct 16, 2024
1 parent 06b9303 commit 16bb3dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
run: |
brew install --cask xquartz
- name: Install X11 deps on Linux
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 16bb3dc

Please sign in to comment.