diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 11:20:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 11:20:00 +0000 |
commit | 8c993f4fd1ed0a2496f5d72c5cc170c7dbeb9bff (patch) | |
tree | 77c7b2813f038f9cad0b93ab38e2165c6f314b55 /.github | |
parent | f2d7c0ea1c419575c4321059c54b1b7429ea0030 (diff) |
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 66fb2efa..0723a48c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,6 +31,12 @@ jobs: run: sudo apt update && sudo apt install libprocps-dev libopencv-dev if: matrix.os == 'ubuntu-latest' + - name: Install OpenCV + - uses: actions/checkout@v2 + - uses: Dovyski/setup-opencv-action@v1 + with: + opencv-version: master + - name: Cache Qt id: cache-qt uses: actions/cache@v1 |