Skip to content

Commit

Permalink
update cmd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent ff63c03 commit a53bfd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Install Ubuntu system dependencies
if: runner.os == 'Linux'
run: sudo apt install -y libproj-dev
run: sudo apt install \
libproj-dev \
libgdal-dev

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

0 comments on commit a53bfd1

Please sign in to comment.