We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c99a0 commit b630797Copy full SHA for b630797
1 file changed
.github/workflows/build.yaml
@@ -39,9 +39,8 @@ 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
+ # Override actions PPM repo and do not autodetect the distro
43
echo "RSPM=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
- # 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
0 commit comments