Skip to content

Commit

Permalink
updated workflow linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 23, 2023
1 parent eecbe40 commit caf311f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))')
- name: Install libssh
if: runner.os == 'Linux'
run: |
sudo apt-get install libssh-dev
sudo apt-get install libssh-dev libxml2-dev libcurl4-openssl-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit caf311f

Please sign in to comment.