Skip to content

Commit

Permalink
Add missing libudunits2-dev for units pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Oct 17, 2024
1 parent a16e5de commit 8ccdae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flepicommon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
r-version: ${{ matrix.R-version }}
update-rtools: true
- name: Install System Dependencies
run: sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libtiff5-dev
run: sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libtiff5-dev libudunits2-dev
- name: Determine R Library Location
run: |
R_LIBPATH=$( R -s -e "cat(.libPaths()[1L])" | xargs )
Expand Down

0 comments on commit 8ccdae5

Please sign in to comment.