We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276a775 commit 93ef7e7Copy full SHA for 93ef7e7
.github/workflows/build.yaml
@@ -41,6 +41,8 @@ jobs:
41
run: |
42
# Override PPM repo and do not autodetect the distro (setup-r action env var)
43
echo "RSPM=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
44
+ # Configure pak to use the same PPM repo when checking for the latest packages
45
+ echo "PKG_CRAN_MIRROR=${RSPM}" >> $GITHUB_ENV
46
# Disable automatic system requirements installation since it is unnecessary (pak env var)
47
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
48
0 commit comments