Skip to content

Commit

Permalink
Use Posito Package Manager in action to speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 26, 2025
1 parent 066c058 commit 9cb0b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
use-public-rspm: true
extra-packages: |
any::cffr
any::V8
Expand Down
1 change: 1 addition & 0 deletions inst/yaml/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
use-public-rspm: true
extra-packages: |
any::cffr
any::V8
Expand Down

0 comments on commit 9cb0b9a

Please sign in to comment.