Skip to content

Commit 765fb77

Browse files
committed
Switch to using r-ci action with included bootstrap
1 parent a0f0564 commit 765fb77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup
27-
uses: eddelbuettel/github-actions/r-ci-setup@master
28-
29-
- name: Bootstrap
30-
run: ./run.sh bootstrap
27+
uses: eddelbuettel/github-actions/r-ci@master
3128

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

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-04-04 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml: Switch to r-ci with included bootstrap
4+
15
2024-08-23 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): CRAN Release 0.3.4.0.2

0 commit comments

Comments
 (0)