Skip to content

Commit

Permalink
Update publish_github_actions.yml
Browse files Browse the repository at this point in the history
Commit
  • Loading branch information
andreaharder authored Nov 23, 2024
1 parent 2f425be commit 23d30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2

- name: install biomonitor
- name: Install biomonitor
run: Rscript -e 'install.packages("devtools"); library(devtools); install_github("alexology/biomonitoR", ref = "main")'

- name: Install R Dependencies
Expand Down

0 comments on commit 23d30a4

Please sign in to comment.