download jom

This commit is contained in:
alemuntoni 2020-02-18 14:53:55 +01:00
parent 9f9bb859b5
commit 515ff33b98

View File

@ -17,7 +17,7 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Downlaod Jom
run: |
Invoke-WebRequest -UseBasicParsing https://download.qt.io/official_releases/jom/jom_1_1_3.zip
Invoke-WebRequest -UseBasicParsing https://download.qt.io/official_releases/jom/jom_1_1_3.zip -OutFile jom_1_1_3.zip
New-Item -Name "jom" -ItemType "directory"
Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom
cd jom