We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07314e1 commit b672da6Copy full SHA for b672da6
.github/workflows/hook-dependencies-update.yml
@@ -18,21 +18,6 @@ jobs:
18
with:
19
use-public-rspm: true
20
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"
36
- name: install runtime dependencies
37
run: Rscript -e "install.packages(c('renv', 'jsonlite'))"
38
- name: update PPM URL
0 commit comments