summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-09-26 11:43:33 +0000
committerGitHub <noreply@github.com>2021-09-26 11:43:33 +0000
commita75802e8e5cebc206c0a7313ec63cb552a531476 (patch)
treee35d95e841b8b04402d84ea0e9dc9cecbda967be /.github
parentb5e9e56eb16f74146191e4fb617e452812146956 (diff)
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 15313f98..2c45eafe 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -31,30 +31,30 @@ jobs:
run: sudo apt update && sudo apt install libprocps-dev libopencv-dev
if: matrix.os == 'ubuntu-latest'
- - name: Cache OpenCV
- id: cache-open-cv
- uses: actions/cache@v1
- with:
- path: ../OpenCV
- key: ${{ runner.os }}-OpenCVCache
-
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
with:
path: ../Qt
key: ${{ runner.os }}-QtCache
-
- - name: Install OpenCV
- uses: florianblume/install-opencv-action@v1
- with:
- cached: ${{ steps.cache-open-cv.outputs.cache-hit }}
- name: Install Qt
uses: jurplel/install-qt-action@v2
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