Skip to content

Commit d9b87e4

Browse files
authored
Update publish_quarto.yml
1 parent 7207255 commit d9b87e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install system dependencies
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y libgraphviz-dev
32+
sudo apt-get install -y libgsl-dev libgraphviz-dev
3333
3434
- name: Restore R environment
3535
run: Rscript -e 'install.packages("renv"); renv::restore()'

0 commit comments

Comments
 (0)