We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e05f98 commit d8f7a20Copy full SHA for d8f7a20
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install Scoop (Windows)
68
run: |
69
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
70
- echo ::add-path::$HOME\scoop\shims
+ echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
if: runner.os == 'Windows'
72
shell: pwsh
73
- name: Install QEMU (Windows)
0 commit comments