Skip to content

Commit

Permalink
GHA *BSD: no need to set NOT_CRAN, setup sets it
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Nov 6, 2024
1 parent 575cb49 commit 9f7d3e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dragonflybsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ jobs:
with:
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
upload-snapshots: true
env:
NOT_CRAN: true
2 changes: 0 additions & 2 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ jobs:
with:
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
upload-snapshots: true
env:
NOT_CRAN: true
2 changes: 0 additions & 2 deletions .github/workflows/netbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ jobs:
with:
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
upload-snapshots: true
env:
NOT_CRAN: true
2 changes: 0 additions & 2 deletions .github/workflows/openbsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
env:
NOT_CRAN: true

0 comments on commit 9f7d3e0

Please sign in to comment.