mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Install NASM on Windows CI job
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
3e85d77bfb
commit
8f0c7b2b0d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue