Skip to content

Commit

Permalink
Fixed httpuv is on CRAN now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 13, 2023
1 parent 812c84f commit 4ba39ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,10 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
if: runner.os == 'windows'
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/setup-r-dependencies@v2
if: runner.os != 'windows'
with:
extra-packages: any::rcmdcheck, rstudio/httpuv
needs: check

- uses: r-lib/actions/check-r-package@v2
env:
CURL_SSL_BACKEND: ${{ matrix.config.ssl-backend }}

0 comments on commit 4ba39ef

Please sign in to comment.