mirror of
https://github.com/eddelbuettel/binb
synced 2025-07-15 13:58:11 +02:00
Simpler r-ci action
This commit is contained in:
parent
66497db1a4
commit
79edf1cdb4
2 changed files with 5 additions and 4 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -23,10 +23,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup
|
||||
uses: eddelbuettel/github-actions/r-ci-setup@master
|
||||
|
||||
- name: Bootstrap
|
||||
run: ./run.sh bootstrap
|
||||
uses: eddelbuettel/github-actions/r-ci@master
|
||||
|
||||
- name: Dependencies
|
||||
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>
|
||||
|
||||
* DESCRIPTION (Version, Date): Roll minor version and date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue