diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 023be7ea..70ca440f 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 1d5d8b8a..f9ee4179 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-12-18 Dirk Eddelbuettel + + * .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap + 2024-12-17 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 1.87.0-1