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 599d232 commit 42948c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dragonflybsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
cache-version: dragonflybsd-1
extra-packages: |
any::rcmdcheck
r-lib/fs
jeroen/openssl
spelling=?ignore
sodium=?ignore
r-lib/ps
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 @@ -41,7 +41,7 @@ jobs:
install-pandoc: false
install-quarto: false
cache-version: netbsd-1
extra-packages: any::rcmdcheck, r-lib/fs, 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 @@ -49,7 +49,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 42948c2

Please sign in to comment.