From 382aec5c57674f7603261c1e2248513713ddff21 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Thu, 2 May 2024 15:19:54 -0400 Subject: [PATCH] Fix CI mistake --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d725518..31e4bb7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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