Install NASM on Windows CI job

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser 2024-08-29 15:33:40 +02:00
parent 3e85d77bfb
commit 8f0c7b2b0d
No known key found for this signature in database

View file

@ -169,6 +169,10 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.1.7
# hyper-rustls >=0.27 uses aws-lc as default backend which requires NASM to build
- name: Install NASM
uses: ilammy/setup-nasm@v1.5.1
- name: Install toolchain - name: Install toolchain
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y