Install nasm in CI step for windows

This commit is contained in:
SleeplessOne1917 2024-05-02 13:06:39 -04:00
parent d3fead411e
commit 98a8a0443b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
- name: Install OpenSSL
if: matrix.target.os == 'windows-latest'
uses: ilammy/setup-nasm@v1.5.1
shell: bash
run: |
set -e