We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b77a6 commit 1f6f470Copy full SHA for 1f6f470
.github/workflows/windows_release.yml
@@ -52,15 +52,9 @@ jobs:
52
setup-python: false
53
54
- 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
+ run: |
+ curl -L -o ${{ runner.temp }}\jom.zip https://download.qt.io/official_releases/jom/jom_1_1_4.zip
+ 7z x ${{ runner.temp }}\jom.zip -o${{ runner.temp }}\jom -y
64
65
- name: Download Gstreamer
66
uses: suisei-cn/actions-download-file@v1.3.0
0 commit comments