File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 cd ../../
151151 mkdir -p YUViewQt/YUViewQt
152152 cd YUViewQt/YUViewQt
153- curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/QtBase-6.9.0/qtBase-6-9-0-${{matrix.os}} .zip -o Qt.zip
153+ curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/QtBase-6.9.0/qtBase-6-9-0-windows-2022 .zip -o Qt.zip
154154 7z x Qt.zip
155155 echo "${{ github.workspace }}\..\..\YUViewQt\YUViewQt\Qt\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
156156 - name : Install libde265
@@ -164,7 +164,7 @@ jobs:
164164 run : |
165165 mkdir openSSL
166166 cd openSSL
167- curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/openSSL3.5.0/openSSL-3-5-0-${{matrix.os}} .zip -o openSSL.zip
167+ curl -L https://github.com/ChristianFeldmann/YUViewQt/releases/download/openSSL3.5.0/openSSL-3-5-0-windows-2022 .zip -o openSSL.zip
168168 7z x openSSL.zip
169169 cd ..
170170 - name : Activate auto update
You can’t perform that action at this time.
0 commit comments