Skip to content

Commit

Permalink
w remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 23, 2023
1 parent 6e39b5c commit 878a7c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Query dependencies
run: |
install.packages('remotes')
shell: Rscript {0}

- name: Install system dependencies
if: runner.os == 'Linux'
run: |
install.packages("remotes")
while read -r cmd
do
eval sudo $cmd
Expand Down

0 comments on commit 878a7c7

Please sign in to comment.