Skip to content

Commit 30818c0

Browse files
committed
Fixing actions
1 parent d193bec commit 30818c0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-targz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: R CMD build .
3333

3434
- name: Upload the artifact
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: package
3838
path: "*.tar.gz"

.github/workflows/r.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- uses: r-lib/actions/setup-pandoc@v2
4545

4646
- uses: r-lib/actions/setup-r-dependencies@v2
47+
with:
48+
extra-packages: |
49+
any::rcmdcheck
50+
needs: check
4751

4852
- name: Install valgrind
4953
if: ${{ matrix.config.valgrind }}

0 commit comments

Comments
 (0)