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 5287811 commit c4184f9Copy full SHA for c4184f9
.github/workflows/ci.yaml
@@ -29,6 +29,9 @@ jobs:
29
- name: All Dependencies and Suggests
30
run: ./run.sh install_all
31
32
+ - name: Apt Dependency
33
+ run: ./run.sh install_apt libgsl-dev
34
+
35
- name: Test
36
run: ./run.sh run_tests
37
ChangeLog
@@ -8,7 +8,7 @@
8
9
* .Rbuildignore: Add .editorconfig
10
11
- * .github/workflows/ci.yaml: Install Suggests as well
+ * .github/workflows/ci.yaml: Install Suggests, install libgsl-dev
12
13
2025-01-04 Dirk Eddelbuettel <[email protected]>
14
0 commit comments