diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 11:56:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 11:56:18 +0000 |
| commit | 0e81f6f1b91519101774b0cf944e733a24076dd1 (patch) | |
| tree | 7e4eb391f59d3c876788fcb7561b017089bb19cf | |
| parent | d1a84c95c92844678c9c7eee8b4a96571924e10e (diff) | |
Update cmake.yml
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 66fb2efa..e8ee1410 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Linux Dependencies - run: sudo apt update && sudo apt install libprocps-dev libopencv-dev + run: sudo apt update && sudo apt install libprocps-dev libopencv-dev libopencv-dev if: matrix.os == 'ubuntu-latest' - name: Cache Qt |
