Skip to content

Commit 95f4d87

Browse files
corrige install dependances linux
1 parent 03fa9f6 commit 95f4d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
while read -r cmd
3636
do
3737
eval sudo $cmd
38-
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04"))')
38+
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
3939
- name: Install system dependencies - Windows
4040
if: runner.os == 'Windows'
4141
run: |

0 commit comments

Comments
 (0)