Skip to content

Commit

Permalink
add(feat): apt caching for R installation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 13, 2024
1 parent dabe907 commit 7b2e65e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: apt update
run: sudo apt update

- name: Install ubuntu dependencies
#run: sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libudunits2-dev libgdal-dev
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libudunits2-dev libgdal-dev libmagick++-dev
packages: libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libudunits2-dev libgdal-dev libmagick++-dev gdebi-core qpdf devscripts ghostscript
version: 1

- name: Install mamba environment
Expand Down

0 comments on commit 7b2e65e

Please sign in to comment.