Skip to content

Commit

Permalink
ci: install nasm on windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Jul 11, 2024
1 parent 3877296 commit 8893821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy, rustfmt

- name: Install NASM for tokio-rustls(aws-lc-rs) on Windows
if: matrix.os == 'windows-latest'
uses: ilammy/setup-nasm@v1

- name: Set up Cache
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 8893821

Please sign in to comment.