Skip to content

Commit

Permalink
Dependencies for ragg and pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pph2p committed Sep 16, 2024
1 parent 65bb26b commit 48936a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev
sudo apt-get install -y libfreetype6-dev libharfbuzz-dev libfribidi-dev \
libpng-dev libjpeg-dev libtiff-dev libcairo2-dev \
libfontconfig1-dev libpango1.0-dev
# Step 4: Cache R package dependencies
- name: Cache R package dependencies
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/R/renv
path: ~/R/library
key: ${{ runner.os }}-r-${{ hashFiles('renv.lock') }}
restore-keys: |
${{ runner.os }}-r-
Expand Down

0 comments on commit 48936a2

Please sign in to comment.