We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9f8fe commit bfca7b1Copy full SHA for bfca7b1
.github/workflows/mac-release.yml
@@ -55,9 +55,12 @@ jobs:
55
brew install tesseract-lang
56
brew install opencv
57
58
+ - name: Get QT Version
59
+ run: echo "QT_VERSION=${{ github.event.inputs.qt_version || '6.8.2' }}" >> $GITHUB_ENV
60
+
61
- uses: jurplel/install-qt-action@v4
62
with:
- version: ${{ github.event.inputs.qt_version || "6.8.2"}}
63
+ version: ${{ env.QT_VERSION }}
64
modules: 'qtmultimedia qtserialport'
65
66
- name: Build SerialPrograms.app
0 commit comments