Skip to content

Commit

Permalink
Fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 17, 2025
1 parent e65adf9 commit 895454d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ jobs:

- name: Install dependencies
run: |
choco install cmake --version=3.31.3 -m32
choco install cmake --version=3.31.3
choco install opencv --version=4.10.0 --params "/Arch:amd64_x86"
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_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -A Win32
Expand Down Expand Up @@ -111,7 +115,7 @@ jobs:

- name: Install dependencies
run: |
choco install cmake --version=3.31.3 -m32
choco install cmake --version=3.31.3
choco install opencv --version=4.10.0 --params "/Arch:arm64"
dir C:\tools\
dir C:\tools\opencv\
Expand Down

0 comments on commit 895454d

Please sign in to comment.