Skip to content

Commit

Permalink
-Add X11 to GHA CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Feb 19, 2024
1 parent 1190a1b commit 13f7636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libavfilter-dev
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit 13f7636

Please sign in to comment.