diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dbe0e5b..de992bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,10 @@ jobs: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV" echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH" + - name: Install NASM (Windows) + if: matrix.platform.name == 'Windows' + uses: ilammy/setup-nasm@v1 + - name: Install Native Dependencies (Linux) if: matrix.platform.name == 'Linux' run: |