Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 31, 2023
1 parent f0f8cee commit 32c3f2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-18.04, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,9 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- if: matrix.config.os == 'ubuntu-18.04'
run: sudo add-apt-repository ppa:cran/opencv-3.4

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 32c3f2d

Please sign in to comment.