Skip to content

Commit 8f0c7b2

Browse files
committed
Install NASM on Windows CI job
Signed-off-by: yubiuser <[email protected]>
1 parent 3e85d77 commit 8f0c7b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ jobs:
168168
steps:
169169
- name: Checkout code
170170
uses: actions/[email protected]
171+
172+
# hyper-rustls >=0.27 uses aws-lc as default backend which requires NASM to build
173+
- name: Install NASM
174+
uses: ilammy/[email protected]
171175

172176
- name: Install toolchain
173177
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y

0 commit comments

Comments
 (0)