Skip to content

Commit d334bf8

Browse files
authored
ci: Install via R CMD INSTALL ., not pak (#13)
* ci: Install via R CMD INSTALL ., not pak * ci: Bump version of upload-artifact action
1 parent 7edb5c9 commit d334bf8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ jobs:
6666
cache-version: rcc-smoke-2
6767
needs: check, website
6868
# Beware of using dev pkgdown here, has brought in dev dependencies in the past
69-
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown local::.
69+
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown deps::.
70+
71+
- name: Install package
72+
run: |
73+
R CMD INSTALL .
74+
shell: bash
7075

7176
- uses: ./.github/workflows/custom/after-install
7277
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
@@ -110,7 +115,7 @@ jobs:
110115
echo -n "${{ steps.commit.outputs.sha }}" > rcc-smoke-sha.txt
111116
shell: bash
112117
113-
- uses: actions/upload-artifact@v2
118+
- uses: actions/upload-artifact@v4
114119
with:
115120
name: rcc-smoke-sha
116121
path: rcc-smoke-sha.txt

0 commit comments

Comments
 (0)