Skip to content

Commit

Permalink
Fix github ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 17, 2025
1 parent 8727baa commit fa0fe0a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
run: |
choco install cmake --version=3.31.3
choco install opencv --version=4.10.0
dir C:\tools\
dir C:\tools\opencv\
dir C:\tools\opencv\build
refreshenv
- name: CMake Configure & Generate
run: cmake -S . -B build -DBUILD_EXAMPLE:BOOL="1" -DBUILD_EXAMPLE_OPENCV:BOOL="1" -DBUILD_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -DOpenCV_DIR:PATH="C:\tools\opencv\build"
Expand Down Expand Up @@ -89,6 +85,9 @@ jobs:
run: |
choco install cmake --version=3.31.3 -m32
choco install opencv --version=4.10.0 -m32
dir C:\tools\
dir C:\tools\opencv\
dir C:\tools\opencv\build
- name: CMake Configure & Generate
run: cmake -S . -B build -DBUILD_EXAMPLE:BOOL="1" -DBUILD_EXAMPLE_OPENCV:BOOL="1" -DBUILD_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -DOpenCV_DIR:PATH="C:\tools\opencv\build" -A Win32
Expand Down

0 comments on commit fa0fe0a

Please sign in to comment.