Skip to content

Commit b672da6

Browse files
don't install any system dependencies (as sysreqs is deprecated)
1 parent 07314e1 commit b672da6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ jobs:
1818
with:
1919
use-public-rspm: true
2020

21-
# - name: Cache packages
22-
# uses: actions/cache@v3
23-
# with:
24-
# path: ${{ env.RENV_PATHS_ROOT }}
25-
# key: renv-${{ hashFiles('**/renv.lock') }}
26-
# restore-keys: |
27-
# renv-
28-
- name: Install system dependencies
29-
if: runner.os == 'Linux'
30-
env:
31-
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
32-
run: |
33-
Rscript -e "install.packages('remotes'); remotes::install_github('r-hub/sysreqs')"
34-
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
35-
sudo -s eval "$sysreqs"
3621
- name: install runtime dependencies
3722
run: Rscript -e "install.packages(c('renv', 'jsonlite'))"
3823
- name: update PPM URL

0 commit comments

Comments
 (0)