Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 26, 2024
1 parent b67f727 commit 0ae857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/599d71e3f1ca1b79237b199f316a745e6b533996/new_staged_deps.R
git config --global --add safe.directory $(pwd)
R -e 'install.packages(c("cli", "desc"))'
R -e 'install.packages(c("cli", "desc", "pkgdepends"))'
Rscript new_staged_deps.R
shell: bash
- uses: r-hub/actions/run-check@v1
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/599d71e3f1ca1b79237b199f316a745e6b533996/new_staged_deps.R
git config --global --add safe.directory $(pwd)
R -e 'install.packages(c("cli", "desc"))'
R -e 'install.packages(c("cli", "desc", "pkgdepends"))'
Rscript new_staged_deps.R
shell: bash
- uses: r-hub/actions/run-check@v1
Expand Down

0 comments on commit 0ae857d

Please sign in to comment.