Skip to content

Commit b630797

Browse files
committed
Test without pak config
1 parent 82c99a0 commit b630797

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- name: Temporarily configure pak to use manylinux_2_28
4040
if: startsWith(matrix.config.os, 'ubuntu') && matrix.config.r != 'devel'
4141
run: |
42+
# Override actions PPM repo and do not autodetect the distro
4243
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
4544
# Disable automatic system requirements installation since it is unnecessary
4645
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
4746

0 commit comments

Comments
 (0)