From 98a8a0443b8a55e4467b381079bf86d16d59a335 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Thu, 2 May 2024 13:06:39 -0400 Subject: [PATCH] Install nasm in CI step for windows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c53a2917..0dd00b87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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