Skip to content

Commit

Permalink
don't install any system dependencies (as sysreqs is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jul 20, 2024
1 parent 07314e1 commit b672da6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/hook-dependencies-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ jobs:
with:
use-public-rspm: true

# - name: Cache packages
# uses: actions/cache@v3
# with:
# path: ${{ env.RENV_PATHS_ROOT }}
# key: renv-${{ hashFiles('**/renv.lock') }}
# restore-keys: |
# renv-
- name: Install system dependencies
if: runner.os == 'Linux'
env:
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
run: |
Rscript -e "install.packages('remotes'); remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
- name: install runtime dependencies
run: Rscript -e "install.packages(c('renv', 'jsonlite'))"
- name: update PPM URL
Expand Down

0 comments on commit b672da6

Please sign in to comment.