Skip to content

Commit 82736a9

Browse files
committed
Fix ubuntu 18
1 parent ed0f5a3 commit 82736a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333

34+
- if: matrix.config.os == 'ubuntu-18.04'
35+
run: sudo add-apt-repository ppa:cran/opencv-3.4
36+
3437
- if: runner.os == 'linux'
3538
run: sudo apt-get install libopencv-dev
3639

0 commit comments

Comments
 (0)