We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7207255 commit d9b87e4Copy full SHA for d9b87e4
.github/workflows/publish_quarto.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install system dependencies
30
run: |
31
sudo apt-get update
32
- sudo apt-get install -y libgraphviz-dev
+ sudo apt-get install -y libgsl-dev libgraphviz-dev
33
34
- name: Restore R environment
35
run: Rscript -e 'install.packages("renv"); renv::restore()'
0 commit comments