Skip to content

Commit

Permalink
add refreshenv command
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 7, 2025
1 parent 9e8d4ab commit 0797687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ 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
build\Release\example-opencv.exe

0 comments on commit 0797687

Please sign in to comment.