Skip to content

Commit 2ece084

Browse files
Trying to fix GitHub Action errors on previous versions of Ubuntu
1 parent 7ec0e92 commit 2ece084

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/R-CMD-check-ubuntu.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33+
- name: Install system dependencies
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y libgsl-dev
37+
3338
- uses: r-lib/actions/setup-pandoc@v2
3439

3540
- uses: r-lib/actions/setup-r@v2
@@ -46,4 +51,4 @@ jobs:
4651
- uses: r-lib/actions/check-r-package@v2
4752
with:
4853
upload-snapshots: true
49-
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
54+
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 commit comments

Comments
 (0)