Skip to content

Commit 82c99a0

Browse files
committed
Add comments
1 parent c98721d commit 82c99a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
if: startsWith(matrix.config.os, 'ubuntu') && matrix.config.r != 'devel'
4141
run: |
4242
echo "RSPM=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
43+
# Override pak's CRAN mirror and do not autodetect the distro
4344
echo "PKG_CRAN_MIRROR=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
45+
# Disable automatic system requirements installation since it is unnecessary
4446
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
4547
4648
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)