Skip to content

Commit

Permalink
ubuntu change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 22, 2023
1 parent d6e2aac commit e529b17
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install system dependencies
if: runner.os == 'Linux'
run: |
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install libssh
if: runner.os == 'Linux'
run: |
sudo apt-get install libssh-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit e529b17

Please sign in to comment.