Skip to content

Commit d8f7a20

Browse files
committed
1 parent 3e05f98 commit d8f7a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Scoop (Windows)
6868
run: |
6969
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
70-
echo ::add-path::$HOME\scoop\shims
70+
echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7171
if: runner.os == 'Windows'
7272
shell: pwsh
7373
- name: Install QEMU (Windows)

0 commit comments

Comments
 (0)