Skip to content

Commit 639ef17

Browse files
committed
Do not install system dependencies on Linux
(try to fix failure in GitHub Actions)
1 parent 9b42762 commit 639ef17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/R-CMD-check.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ jobs:
5757
key: ${{ runner.os }}-r-${{ matrix.config.r }}-3-${{ hashFiles('depends.Rds') }}
5858
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-3-
5959

60-
- name: Install system dependencies
61-
if: runner.os == 'Linux'
62-
env:
63-
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
64-
run: |
65-
Rscript -e "remotes::install_github('r-hub/sysreqs')"
66-
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
67-
sudo -s eval "$sysreqs"
6860
- name: Install dependencies
6961
run: |
7062
remotes::install_deps(dependencies = TRUE)

0 commit comments

Comments
 (0)