Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Like4Schnitzel committed Feb 16, 2024
2 parents f4aa318 + 27b9023 commit 5c7b47b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: Dovyski/[email protected]
with:
opencv-version: '4.0.0'
install-deps: false

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand All @@ -62,7 +67,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
-S ${{ github.workspace }}/src
- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
Expand Down

0 comments on commit 5c7b47b

Please sign in to comment.