Skip to content

Commit

Permalink
Update to use r-ci-setup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 19, 2024
1 parent 2fef298 commit 54a8782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Get Script
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
- name: Setup
uses: eddelbuettel/github-actions/r-ci-setup@master

- name: Bootstrap
run: ./run.sh bootstrap
Expand Down

0 comments on commit 54a8782

Please sign in to comment.