windows workflow fix to ps script
This commit is contained in:
parent
52a469631b
commit
99d12d7d1f
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
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://download.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" >> GITHUB_PATH
|
echo "$(Get-Location)\jom" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
- name: Setup env variables
|
- name: Setup env variables
|
||||||
id: envs
|
id: envs
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue