Skip to content

Commit

Permalink
typo3
Browse files Browse the repository at this point in the history
  • Loading branch information
bertcarnell committed May 12, 2024
1 parent a44f079 commit ae249d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
print(Sys.getenv("CHECK_ARGS"))
print(Sys.getenv("BUILD_ARGS"))
Sys.setenv(CHECK_ARGS = paste0(Sys.getenv("CHECK_ARGS"), " ", "--ignore-vignettes"))
Sys.setevn(BUILD_ARGS = paste0(Sys.getenv("BUILD_ARGS"), " ", "--no-build-vignettes"))
Sys.setenv(BUILD_ARGS = paste0(Sys.getenv("BUILD_ARGS"), " ", "--no-build-vignettes"))
shell: Rscript {0}
- name: Test Get
run: |
Expand Down

0 comments on commit ae249d2

Please sign in to comment.