Skip to content

Commit

Permalink
copy opencv_world4100.dll to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 7, 2025
1 parent 0797687 commit 61b1d63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,5 @@ jobs:

- name: Run example-opencv tests
run: |
dir C:\tools\opencv\build
dir C:\tools\opencv\build\x64
dir C:\tools\opencv\build\x64\vc16
dir C:\tools\opencv\build\x64\vc16\bin
setx PATH "%PATH%;C:\tools\opencv\build\x64\vc16\bin"
refreshenv
copy C:\tools\opencv\build\x64\vc16\bin\opencv_world4100.dll build\Release\
build\Release\example-opencv.exe

0 comments on commit 61b1d63

Please sign in to comment.