diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bbf44a0..95e824bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,11 @@ jobs: run: | cd host/build makensis platform/Windows/installer.nsi + - name: Build Windows host installer with IVSHMEM drivers + run: | + cd host/build + curl https://dl.quantum2.xyz/ivshmem.tar.gz | tar xz + makensis -DIVSHMEM platform/Windows/installer.nsi host-windows-native: runs-on: windows-latest