Skip to content

Commit 8ab4fd4

Browse files
committed
Use r-ci action with embedded bootstrap
1 parent 73b86ab commit 8ab4fd4

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_deps

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-10 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml: Switch to r-ci with implicit bootstrap
4+
15
2025-02-18 Dirk Eddelbuettel <[email protected]>
26

37
* vignettes/rmd/RcppArmadillo.bib: Updated, also show CRAN DOIs

0 commit comments

Comments
 (0)