Skip to content

Commit

Permalink
Manually adding ubuntu command to install libotf2
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKierans committed Jan 17, 2024
1 parent 55eda4a commit afb572c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install extra libotf2 system dependencies manually
run:
apt-get install

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit afb572c

Please sign in to comment.