From 82a6b2e28b0997dd477a0a68200a0d5f5892c002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Negru=C8=9Biu?= Date: Tue, 4 Jun 2024 15:57:48 +0300 Subject: [PATCH] Workflow experiments --- .github/workflows/build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96027b4..8f86e87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,20 @@ jobs: runs-on: ${{matrix.os}} steps: + - name: Setup mingw32 + uses: msys2/setup-msys2@v2 + with: + update: true + install: git mingw-w64-i686-toolchain + if: matrix.arch == 'x86' + + - name: Setup mingw64 + uses: msys2/setup-msys2@v2 + with: + update: true + install: git mingw-w64-x86_64-toolchain + if: matrix.arch == 'amd64' + - name: Dump environment shell: cmd run: |