Skip to content

Commit bfca7b1

Browse files
committed
Default QT Version
1 parent ee9f8fe commit bfca7b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mac-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ jobs:
5555
brew install tesseract-lang
5656
brew install opencv
5757
58+
- name: Get QT Version
59+
run: echo "QT_VERSION=${{ github.event.inputs.qt_version || '6.8.2' }}" >> $GITHUB_ENV
60+
5861
- uses: jurplel/install-qt-action@v4
5962
with:
60-
version: ${{ github.event.inputs.qt_version || "6.8.2"}}
63+
version: ${{ env.QT_VERSION }}
6164
modules: 'qtmultimedia qtserialport'
6265

6366
- name: Build SerialPrograms.app

0 commit comments

Comments
 (0)