Skip to content

Commit

Permalink
Test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 24, 2023
1 parent f0f8cee commit ced1b3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
steps:
- 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
}
- if: matrix.config.os == 'ubuntu-18.04'
run: sudo add-apt-repository ppa:cran/opencv-3.4

Expand Down

0 comments on commit ced1b3a

Please sign in to comment.