Skip to content

Commit fe05402

Browse files
committed
Use simpler r-ci action
1 parent 8343599 commit fe05402

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

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

2525
- name: Setup
26-
uses: eddelbuettel/github-actions/r-ci-setup@master
27-
28-
- name: Bootstrap
29-
run: ./run.sh bootstrap
26+
uses: eddelbuettel/github-actions/r-ci@master
3027

3128
- name: Dependencies
3229
run: ./run.sh install_all

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-12-20 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
4+
15
2024-12-18 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Release 0.3.11

0 commit comments

Comments
 (0)