We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9065dac commit b85f485Copy full SHA for b85f485
.github/workflows/Build.yml
@@ -90,7 +90,7 @@ jobs:
90
cd ../../
91
mkdir -p YUViewQt/YUViewQt
92
cd YUViewQt/YUViewQt
93
- curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/QtBase-6.7.2/${{steps.artifacts.outputs.qt}}.zip -o Qt.zip
+ curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/QtBase-6.9.0/${{steps.artifacts.outputs.qt}}.zip -o Qt.zip
94
unzip -qa Qt.zip
95
echo "$GITHUB_WORKSPACE/../../YUViewQt/YUViewQt/Qt/bin" >> $GITHUB_PATH
96
shell: bash
0 commit comments