Skip to content

Commit 0348a0c

Browse files
committed
OS_VERSION
1 parent b695d1b commit 0348a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
while read -r cmd
113113
do
114114
eval sudo $cmd
115-
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
115+
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "${OS_VERSION}"))')
116116
117117
- name: Install system dependencies (macOS)
118118
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)