Skip to content

Commit

Permalink
updated yml for git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattssca committed Jan 10, 2024
1 parent 22c9ea9 commit a076353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install devtools
run:
Rscript -e "install.packages('devtools', repos = 'http://cran.us.r-project.org')"

- name: Build package
run:
Rscript -e "devtools::install()"
Expand Down

0 comments on commit a076353

Please sign in to comment.