Skip to content

Commit

Permalink
--accept-source-agreements --accept-package-agreements for winget nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith authored Oct 30, 2024
1 parent a64929e commit 0bd1f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-nasm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
shell: powershell
run: |
try {
winget install NASM.NASM
winget install NASM.NASM --accept-source-agreements --accept-package-agreements
} catch {
Write-Host "Winget installation failed, falling back to manual installation"
$url = "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/win64/nasm-2.15.05-installer-x64.exe"
Expand Down

0 comments on commit 0bd1f69

Please sign in to comment.