From 8c1efd8818e350c8008e1aa721d2fa4355eb9152 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Dec 2024 23:03:00 +0100 Subject: [PATCH] WIP7 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: |