diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 11:37:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 11:37:34 +0000 |
commit | e54b7948a1e881ebedbbb1f72a3a3fe18ff9b487 (patch) | |
tree | 819415d3f06194b682dd4ccd533b33ca5273ea14 /.github | |
parent | 5d68d1b006d7bd4c88436da8665677bac47fb86d (diff) |
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0723a48c..93633e78 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,6 @@ 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: |