actions - mirror for jom download for windows
This commit is contained in:
parent
280245b70b
commit
4bc6e679d2
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download Jom
|
- name: Download Jom
|
||||||
run: |
|
run: |
|
||||||
Invoke-WebRequest -Uri "http://download.qt.io/official_releases/jom/jom_1_1_3.zip" -OutFile "jom_1_1_3.zip"
|
Invoke-WebRequest -Uri "http://mirrors.ukfast.co.uk/sites/qt.io/official_releases/jom/jom_1_1_3.zip" -OutFile "jom_1_1_3.zip"
|
||||||
New-Item -Name "jom" -ItemType "directory"
|
New-Item -Name "jom" -ItemType "directory"
|
||||||
Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom
|
Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom
|
||||||
echo "$(Get-Location)\jom" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
echo "$(Get-Location)\jom" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
|
|
Loading…
Reference in New Issue