File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments