Skip to content

Commit a51ead3

Browse files
committed
typo
1 parent 2a309bd commit a51ead3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildRelight.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ jobs:
3838
if: matrix.os == 'ubuntu-latest'
3939
run: |
4040
sudo apt-get update && sudo apt-get install -y libopencv-dev
41-
echo "QT_VERSION: '6.6.*'" >> $GITHUB_ENV
41+
echo "QT_VERSION='6.6.*'" >> $GITHUB_ENV
4242
4343
- name: Install OpenCV on macOS
4444
if: matrix.os == 'macos-latest'
4545
run: |
4646
brew install opencv
47-
echo "QT_VERSION: '6.7.*'" >> $GITHUB_ENV
47+
echo "QT_VERSION='6.7.*'" >> $GITHUB_ENV
4848
4949
- name: Install OpenCV on Windows
5050
if: matrix.os == 'windows-latest'
5151
run: |
5252
choco install opencv -y
5353
echo "OpenCV installed at C:\tools\opencv\build"
5454
echo "OpenCV_DIR=C:\tools" >> $GITHUB_ENV
55-
echo "QT_VERSION: '6.6.*'" >> $GITHUB_ENV
55+
echo "QT_VERSION='6.6.*'" >> $GITHUB_ENV
5656
5757
- name: Install Qt
5858
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)