CI: Use environment files instead of deprecated set-env

This commit is contained in:
Philipp Oppermann
2020-11-22 13:27:41 +01:00
parent 3fac6af7b0
commit 4de18a8a10

View File

@@ -79,7 +79,7 @@ jobs:
- name: Install Scoop (Windows)
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
echo ::add-path::$HOME\scoop\shims
echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: runner.os == 'Windows'
shell: pwsh
- name: Install QEMU (Windows)