Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
fix: scoop 다운로드 시 권한 부족으로 실패하는 문제 수정

actions/runner-images#5213
  • Loading branch information
cola314 authored Jun 13, 2022
1 parent ce50ca1 commit a024201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Install NSIS
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh', 'scoop.ps1')
./scoop.ps1 -RunAsAdmin
scoop bucket add extras
scoop install nsis
Expand Down

0 comments on commit a024201

Please sign in to comment.