Skip to content

Commit ce970c1

Browse files
committed
Add comments
1 parent c98721d commit ce970c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
- name: Temporarily configure pak to use manylinux_2_28
4040
if: startsWith(matrix.config.os, 'ubuntu') && matrix.config.r != 'devel'
4141
run: |
42-
echo "RSPM=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
42+
# Override pak's CRAN mirror and do not autodetect the distro
4343
echo "PKG_CRAN_MIRROR=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
44+
# Disable automatic system requirements installation since it is unnecessary
4445
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
4546
4647
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)