From d1a84c95c92844678c9c7eee8b4a96571924e10e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 Sep 2021 11:50:15 +0000 Subject: Update cmake.yml --- .github/workflows/cmake.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2c45eafe..66fb2efa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,18 +43,6 @@ jobs: with: cached: ${{ steps.cache-qt.outputs.cache-hit }} - - name: Cache OpenCV - id: cache-open-cv - uses: actions/cache@v1 - with: - path: ../OpenCV - key: ${{ runner.os }}-OpenCVCache - - - name: Install OpenCV - uses: florianblume/install-opencv-action@v1 - with: - cached: ${{ steps.cache-open-cv.outputs.cache-hit }} - - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type -- cgit v1.2.3