Skip to content

Commit 943b9de

Browse files
committed
env for windows
1 parent b273772 commit 943b9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildRelight.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
run: |
5252
choco install opencv -y
5353
echo "OpenCV installed at C:\tools\opencv\build"
54-
echo "OpenCV_DIR=C:\tools" >> $GITHUB_ENV
55-
echo "QT_VERSION=6.6.0" >> $GITHUB_ENV
54+
echo ("OpenCV_DIR=C:\tools") >> $env:GITHUB_ENV
55+
echo ("QT_VERSION=6.6.*") >> $env:GITHUB_ENV
5656
5757
- name: Install Qt
5858
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)