diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd78589f..70a69b7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,13 @@ jobs: pkgs: wxwidgets gettext[tools] triplet: x64-windows token: ${{ github.token }} + - name: Install Windows Build Tools + if: ${{ matrix.os == 'windows-latest' }} + uses: msys2/setup-msys2@v2 + with: + update: true + install: >- + autotools - name: Prepare LibreSSL shell: bash run: |