Skip to content

Commit

Permalink
update test coverage yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent b894b26 commit 79c9262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit 79c9262

Please sign in to comment.