Skip to content

Commit 1f6f470

Browse files
windows_release.yml: fix broken workflow, use jom 1.1.4 instead of 1.1.3
1 parent 08b77a6 commit 1f6f470

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/windows_release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,9 @@ jobs:
5252
setup-python: false
5353

5454
- name: Download JOM
55-
uses: suisei-cn/actions-download-file@v1.3.0
56-
with:
57-
url: http://download.qt.io/official_releases/jom/jom.zip
58-
target: ${{ runner.temp }}\
59-
60-
- name: Unzip JOM
61-
working-directory: ${{ runner.temp }}
62-
run: |
63-
7z x jom.zip -ojom
55+
run: |
56+
curl -L -o ${{ runner.temp }}\jom.zip https://download.qt.io/official_releases/jom/jom_1_1_4.zip
57+
7z x ${{ runner.temp }}\jom.zip -o${{ runner.temp }}\jom -y
6458
6559
- name: Download Gstreamer
6660
uses: suisei-cn/actions-download-file@v1.3.0

0 commit comments

Comments
 (0)