Skip to content

Commit d8a1954

Browse files
committed
Use r-ci with embedded bootstrap
1 parent d7de7c4 commit d8a1954

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup
28-
uses: eddelbuettel/github-actions/r-ci-setup@master
29-
30-
- name: Bootstrap
31-
run: ./run.sh bootstrap
28+
uses: eddelbuettel/github-actions/r-ci@master
3229

3330
- name: Dependencies
3431
run: ./run.sh install_deps

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-09-24 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Use r-ci with embedded bootstrap
4+
15
2025-04-24 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): New release 0.4.26

0 commit comments

Comments
 (0)