Skip to content

Commit 36fc5e3

Browse files
committed
Install nasm for Windows
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent d7d96aa commit 36fc5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/environment/bootstrap-windows-2022.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $env:NUGET_ENABLE_ENHANCED_HTTP_RETRY = "true"
1818

1919
choco install make
2020
choco install protoc
21+
choco install nasm # required by aws-lc-rs
2122

2223
# Set a specific override path for libclang.
2324
echo "LIBCLANG_PATH=$( (gcm clang).source -replace "clang.exe" )" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

0 commit comments

Comments
 (0)