Skip to content

Commit

Permalink
Temporarily configure pak to use manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Feb 3, 2025
1 parent a2d8f33 commit 29b346a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Temporarily configure pak to use manylinux_2_28
if: startsWith(matrix.config.os, 'ubuntu') && matrix.config.r != 'devel'
run: |
echo "RSPM=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
echo "PKG_CRAN_MIRROR=https://p3m.dev/cran/__linux__/manylinux_2_28/latest" >> $GITHUB_ENV
echo "PKG_SYSREQS=FALSE" >> $GITHUB_ENV
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 29b346a

Please sign in to comment.