We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98721d commit 82c99a0Copy full SHA for 82c99a0
1 file changed
.github/workflows/build.yaml
@@ -40,7 +40,9 @@ jobs:
40
if: startsWith(matrix.config.os, 'ubuntu') && matrix.config.r != 'devel'
41
run: |
42
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
44
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
46
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
47
48
- uses: r-lib/actions/setup-r@v2
0 commit comments