Skip to content

Commit 66735cf

Browse files
author
Christian Feldmann
committed
matrix.os is not defined
1 parent d72bb3c commit 66735cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)