Skip to content

Commit 86d179f

Browse files
committed
typos
1 parent 44645ce commit 86d179f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R-CMD-check-cross.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
pkg install -y R R-cran-tinytest R-cran-rcmdcheck R-cran-knitr R-cran-rmarkdown
6161
run: |
6262
Rscript -e 'install.packages(c("cpp11", "BH"), repos = "https://cloud.r-project.org")'
63-
Rscript -e 'rcmdcheck::rcmdcheck("/root/work/boostmath/rpackage/boostmath", args = c("--no-manual", "--as-cran"), check_dir = "/root/work/boostmath/rpackage/boostmath/check")'
63+
Rscript -e 'rcmdcheck::rcmdcheck("/root/work/boostmath/rpackage", args = c("--no-manual", "--as-cran"), check_dir = "/root/work/boostmath/rpackage/check")'
6464
6565
- name: Upload check results
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: arch-${{ matrix.config.platform }}-results
69-
path: check
69+
path: rpackage/check

0 commit comments

Comments
 (0)