Skip to content

Commit

Permalink
rewrites path env
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni authored Jun 15, 2024
1 parent 865ba0d commit 477d267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install dependencies (windows)
run: |
choco install opencv --version 4.10.0 -y --package-parameters '/InstallationPath:C:\opencv /Environment'
echo "C:\opencv\opencv\build\x64\vc16\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: matrix.os == 'windows-latest'

- name: Setup Cpp
Expand Down

0 comments on commit 477d267

Please sign in to comment.