Skip to content

Commit a1a8691

Browse files
committed
another try for opencv dir
1 parent 943b9de commit a1a8691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildRelight.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
choco install opencv -y
5353
echo "OpenCV installed at C:\tools\opencv\build"
54-
echo ("OpenCV_DIR=C:\tools") >> $env:GITHUB_ENV
54+
echo ("OpenCV_DIR=C:\tools\opencv\build\x64\vc16\lib") >> $env:GITHUB_ENV
5555
echo ("QT_VERSION=6.6.*") >> $env:GITHUB_ENV
5656
5757
- name: Install Qt

0 commit comments

Comments
 (0)