diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 023be7e..70ca440 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/ChangeLog b/ChangeLog index 7ce2caa..702b59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-12-17 Dirk Eddelbuettel + + * .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap + 2024-08-02 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version and date