We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117b2ee commit e04d339Copy full SHA for e04d339
.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
31
32
- name: Dependencies
33
run: ./run.sh install_deps
ChangeLog
@@ -4,6 +4,8 @@
4
on 'whitespace in literal operator declaration' deprecation
5
* inst/include/toml++/impl/parser.h: Idem
6
7
+ * .github/workflows/ci.yaml: Use r-ci setup with implicit bootstrap
8
+
9
2024-10-22 Dirk Eddelbuettel <[email protected]>
10
11
* DESCRIPTION (Authors@R): Added
0 commit comments