Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 24, 2023
1 parent ced1b3a commit d18fbbc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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 @@ -32,12 +31,11 @@ jobs:
- uses: actions/checkout@v3

- if: runner.os == 'windows'
run: |
if(Test-path c:\\rtools40){
echo "rtools40 is preinstalled"
} else {
choco install --verbose rtools --version 4.0.0.20220206
}
run: choco uninstall rtools

- if: runner.os == 'windows'
uses: r-windows/actions/install@v1

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

Expand Down

0 comments on commit d18fbbc

Please sign in to comment.