mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
Simpler r-ci action
This commit is contained in:
parent
66497db1a4
commit
79edf1cdb4
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -23,10 +23,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: eddelbuettel/github-actions/r-ci-setup@master
|
uses: eddelbuettel/github-actions/r-ci@master
|
||||||
|
|
||||||
- name: Bootstrap
|
|
||||||
run: ./run.sh bootstrap
|
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: ./run.sh install_all
|
run: ./run.sh install_all
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2024-12-17 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
|
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
|
||||||
|
|
||||||
2024-08-02 Dirk Eddelbuettel <edd@debian.org>
|
2024-08-02 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
* DESCRIPTION (Version, Date): Roll minor version and date
|
* DESCRIPTION (Version, Date): Roll minor version and date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user