Skip to content

Commit c4184f9

Browse files
committed
Also install libgsl-dev
1 parent 5287811 commit c4184f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: All Dependencies and Suggests
3030
run: ./run.sh install_all
3131

32+
- name: Apt Dependency
33+
run: ./run.sh install_apt libgsl-dev
34+
3235
- name: Test
3336
run: ./run.sh run_tests
3437

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* .Rbuildignore: Add .editorconfig
1010

11-
* .github/workflows/ci.yaml: Install Suggests as well
11+
* .github/workflows/ci.yaml: Install Suggests, install libgsl-dev
1212

1313
2025-01-04 Dirk Eddelbuettel <[email protected]>
1414

0 commit comments

Comments
 (0)