Skip to content

Commit

Permalink
GHA *BSD: we can omit some dev packages now
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Oct 31, 2024
1 parent 77623f8 commit 9328ae3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dragonflybsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
cache-version: dragonflybsd-1
extra-packages: |
any::rcmdcheck
r-lib/ps,
jeroen/openssl
gaborcsardi/Rcpp@fix/dragonflybsd
RcppCore/Rcpp
sodium=?ignore
needs: check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
install-pandoc: false
install-quarto: false
cache-version: freebsd-1
extra-packages: any::rcmdcheck, r-lib/ps
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
install-pandoc: false
install-quarto: false
cache-version: netbsd-1
extra-packages: any::rcmdcheck, r-lib/ps
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
install-pandoc: false
install-quarto: false
cache-version: openbsd-1
extra-packages: any::rcmdcheck, r-lib/ps
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 9328ae3

Please sign in to comment.