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 8343599 commit fe05402Copy full SHA for fe05402
.github/workflows/ci.yaml
@@ -23,10 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- name: Setup
26
- uses: eddelbuettel/github-actions/r-ci-setup@master
27
-
28
- - name: Bootstrap
29
- run: ./run.sh bootstrap
+ uses: eddelbuettel/github-actions/r-ci@master
30
31
- name: Dependencies
32
run: ./run.sh install_all
ChangeLog
@@ -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
5
2024-12-18 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Version, Date): Release 0.3.11
0 commit comments