Skip to content

Commit

Permalink
Use distro version of cargo to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 4, 2024
1 parent 1dec74b commit 7d6f5aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,21 @@ jobs:
- {os: macOS-13, r: 'release'}
- {os: macOS-14, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-24.04, r: 'release'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-20.04, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- if: runner.os == 'linux'
run: |
rustup self uninstall -y
apt-get update -y
apt-get install -y cargo
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 7d6f5aa

Please sign in to comment.