Skip to content

Commit

Permalink
edit release-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Oct 10, 2024
1 parent 12efaed commit adf931a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
with:
r-version: "latest"

- name: Install pak
run: Rscript -e 'install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")'

- name: Install dependencies
run: Rscript -e 'pak::pkg_install()'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- name: Build package
run: R CMD build .
Expand Down

0 comments on commit adf931a

Please sign in to comment.