From 8ccdae5518dce4f38dd91759cb85e07c6c39157a Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:53:17 -0400 Subject: [PATCH] Add missing `libudunits2-dev` for `units` pkg --- .github/workflows/flepicommon-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flepicommon-ci.yml b/.github/workflows/flepicommon-ci.yml index d6b23897c..055d1f48d 100644 --- a/.github/workflows/flepicommon-ci.yml +++ b/.github/workflows/flepicommon-ci.yml @@ -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 )