We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98721d commit ce970c1Copy full SHA for ce970c1
1 file changed
.github/workflows/build.yaml
@@ -39,8 +39,9 @@ jobs:
39
- name: Temporarily configure pak to use manylinux_2_28
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
+ # Override pak's CRAN mirror and do not autodetect the distro
43
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
45
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
46
47
- uses: r-lib/actions/setup-r@v2
0 commit comments