Skip to content

Commit b85f485

Browse files
author
Christian Feldmann
committed
Fix path
1 parent 9065dac commit b85f485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cd ../../
9191
mkdir -p YUViewQt/YUViewQt
9292
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
93+
curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/QtBase-6.9.0/${{steps.artifacts.outputs.qt}}.zip -o Qt.zip
9494
unzip -qa Qt.zip
9595
echo "$GITHUB_WORKSPACE/../../YUViewQt/YUViewQt/Qt/bin" >> $GITHUB_PATH
9696
shell: bash

0 commit comments

Comments
 (0)