Skip to content

Commit

Permalink
Use r-ci action with bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Feb 10, 2025
1 parent 5fe3414 commit 4d365c4
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 @@ -24,10 +24,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 @@
2025-02-10 Dirk Eddelbuettel <[email protected]>

* .github/workflows/ci.yaml (jobs): Use r-ci action with bootstrap

2025-01-10 Dirk Eddelbuettel <[email protected]>

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

0 comments on commit 4d365c4

Please sign in to comment.