We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bc4b1 commit 29f0230Copy full SHA for 29f0230
.github/workflows/ci.yaml
@@ -24,10 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Setup
27
- uses: eddelbuettel/github-actions/r-ci-setup@master
28
-
29
- - name: Bootstrap
30
- run: ./run.sh bootstrap
+ uses: eddelbuettel/github-actions/r-ci@master
31
32
- name: Dependencies
33
run: ./run.sh install_deps
ChangeLog
@@ -1,3 +1,7 @@
1
+2025-09-07 Dirk Eddelbuettel <[email protected]>
2
+
3
+ * .github/workflows/ci.yaml: Use r-ci action with embedded bootstrap
4
5
2025-08-22 Dirk Eddelbuettel <[email protected]>
6
7
* inst/examples/qt/qtdensity.pro: Add two commented-out lines which
0 commit comments