Skip to content

Commit

Permalink
Use simpler r-ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 21, 2024
1 parent 8343599 commit fe05402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup
uses: eddelbuettel/github-actions/r-ci-setup@master

- name: Bootstrap
run: ./run.sh bootstrap
uses: eddelbuettel/github-actions/r-ci@master

- name: Dependencies
run: ./run.sh install_all
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-12-20 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

2024-12-18 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.3.11
Expand Down

0 comments on commit fe05402

Please sign in to comment.