Skip to content

Commit

Permalink
Simplify r-ci with setup including bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 20, 2025
1 parent 98ef7ad commit f4b6f66
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 @@ -25,10 +25,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-01-20 Dirk Eddelbuettel <[email protected]>

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

2024-08-30 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Authors@R): Added
Expand Down

0 comments on commit f4b6f66

Please sign in to comment.