Skip to content

Commit d77f043

Browse files
committed
ci: install nasm on release runner for Windows MSVC build
The aws-lc-sys crate (pulled transitively by rustls-platform-verifier, reqwest's default cert verifier with the `rustls` feature) now requires NASM to assemble its primitives when cross-compiling to i686-pc-windows-msvc via cargo-xwin. The Linux i686 build is unaffected.
1 parent 1a907dd commit d77f043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install cross-compilation tools
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install -y gcc-multilib g++-multilib clang llvm
45+
sudo apt-get install -y gcc-multilib g++-multilib clang llvm nasm
4646
4747
- name: Install cargo-xwin
4848
run: cargo install cargo-xwin --locked

0 commit comments

Comments
 (0)