Skip to content

Commit

Permalink
Allow non-binary dependencies again when generating network.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidpupil authored Jan 31, 2023
1 parent 8851cc0 commit 29f59d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("devtools"))
devtools::install_deps(dependencies = TRUE, type = "binary")
devtools::install_deps(dependencies = TRUE)
shell: Rscript {0}
if: steps.cache_network_dat.outputs.cache-hit != 'true'
- name: Install Java 11
Expand Down

0 comments on commit 29f59d3

Please sign in to comment.