Skip to content

Commit

Permalink
install libudunits2-dev for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot McIntire committed Sep 17, 2024
1 parent 808e0f8 commit c32f9e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
version: 1.3.450

- name: Install units
if: runner.os == 'ubuntu'
run: sudo apt-get install libudunits2-dev

- name: Set up R
uses: r-lib/actions/setup-r@v2

Expand Down

0 comments on commit c32f9e0

Please sign in to comment.