Skip to content

Commit

Permalink
install remotes in pkgdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Apr 11, 2024
1 parent 673087b commit e425815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Install R packages
run: |
install.packages("remotes")
install.packages("DBI")
install.packages("ROracle", type = "source", configure.args = "--with-oci-lib=/usr/lib/oracle/21/client64/lib --with-oci-inc=/usr/include/oracle/21/client64")
shell: Rscript {0}
Expand Down

0 comments on commit e425815

Please sign in to comment.