Skip to content

Commit

Permalink
Install digest manually, r-lib/pak#433
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 24, 2022
1 parent 6aa025a commit 8790798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install digest
run: |
R -q -e 'install.packages("digest")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, url::https://duckdb.r-universe.dev/src/contrib/duckdb_0.6.0.tar.gz
Expand Down

0 comments on commit 8790798

Please sign in to comment.