Skip to content

Commit

Permalink
try installing library
Browse files Browse the repository at this point in the history
  • Loading branch information
smwoodman committed Sep 6, 2023
1 parent ab17adc commit 2d89d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/data-to-dwc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
generate-data:
runs-on: ubuntu-latest
steps:
- name: Install Ubuntu package
run: |
sudo apt-get update
sudo apt-get install libudunits2-dev
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 2d89d32

Please sign in to comment.