diff --git a/.github/workflows/check_lint_build_release.yaml b/.github/workflows/check_lint_build_release.yaml index 8086329..48bb6c4 100644 --- a/.github/workflows/check_lint_build_release.yaml +++ b/.github/workflows/check_lint_build_release.yaml @@ -78,8 +78,8 @@ jobs: with: key: ${{ matrix.name }} - - name: Install mingw-w64 - run: sudo apt install mingw-w64 + - name: Install windows-specific deps + run: sudo apt install mingw-w64 nasm if: ${{ matrix.name == 'x86_64-pc-windows-gnu' }} - name: Test