Skip to content

Commit 628c7b3

Browse files
committed
Use simpler r-ci action
1 parent 10bdb83 commit 628c7b3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* src/RcppExports.cpp: Regenerated
1212
* R/RcppExports.R: Idem
1313

14+
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
15+
1416
2024-12-30 Dirk Eddelbuettel <[email protected]>
1517

1618
* R/standardTest.R (.safeMaxCores): New helper function to provide

0 commit comments

Comments
 (0)