Fix CI mistake

This commit is contained in:
SleeplessOne1917 2024-05-02 15:19:54 -04:00
parent 7487feb40b
commit 382aec5c57
1 changed files with 4 additions and 1 deletions

View File

@ -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