mirror of https://github.com/fafhrd91/actix-net
Install nasm in CI step for windows
This commit is contained in:
parent
d3fead411e
commit
98a8a0443b
|
@ -46,6 +46,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install OpenSSL
|
- name: Install OpenSSL
|
||||||
if: matrix.target.os == 'windows-latest'
|
if: matrix.target.os == 'windows-latest'
|
||||||
|
uses: ilammy/setup-nasm@v1.5.1
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in New Issue