Skip to content

Commit

Permalink
fix: fix github action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 6, 2024
1 parent 7c7e724 commit a7b142b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- 2024.07.12
linkage:
- static
include:
- os-image: ubuntu-22.04
opencv-version: 4.10.0
linkage: static
- os-image: windows-2022
opencv-version: 4.10.0
linkage: static
vcpkg-version: 2024.07.12

runs-on: ${{ matrix.os-image }}
env:
Expand Down

0 comments on commit a7b142b

Please sign in to comment.