Skip to content

Commit

Permalink
Try whether r2u is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Feb 8, 2024
1 parent 9681fda commit fb6feaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up R
uses: r-lib/actions/setup-r@v2
- name: Set up R2u (faster dependency installation)
uses: eddelbuettel/github-actions/r2u-setup@master

- name: Install Dependencies
run: |
Expand Down

0 comments on commit fb6feaf

Please sign in to comment.