Skip to content

Commit 9499998

Browse files
committed
Fix igraph installation by adding system dependencies
1 parent 63f287a commit 9499998

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/quarto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- uses: r-lib/actions/setup-r@v2
3232
with:
3333
use-public-rspm: true
34+
35+
- name: Install system dependencies
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y libglpk-dev libxml2-dev libcurl4-openssl-dev libssl-dev
39+
3440
- name: Restore R packages via renv (if present)
3541
run: |
3642
if [ -f renv.lock ]; then

0 commit comments

Comments
 (0)