mirror of https://github.com/fafhrd91/actix-net
Fix CI mistake
This commit is contained in:
parent
7487feb40b
commit
382aec5c57
|
@ -44,9 +44,12 @@ jobs:
|
|||
if: matrix.target.os == 'ubuntu-latest'
|
||||
run: ./scripts/free-disk-space.sh
|
||||
|
||||
- name: Setup for Windows
|
||||
- name: Install nasm
|
||||
if: matrix.target.os == 'windows-latest'
|
||||
uses: ilammy/setup-nasm@v1.5.1
|
||||
|
||||
- name: Install OpenSSL
|
||||
if: matrix.target.os == 'windows-latest'
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue