windows workflow fix to ps script

This commit is contained in:
alemuntoni 2020-12-01 12:11:49 +01:00
parent 52a469631b
commit 99d12d7d1f
1 changed files with 1 additions and 1 deletions

View File

@ -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"
New-Item -Name "jom" -ItemType "directory"
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
id: envs
run: |