From 0666874c5949ebb3896f12cccc095117bed1d4b1 Mon Sep 17 00:00:00 2001 From: Michael Nightingale <9887246+mnightingale@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:27:25 +0000 Subject: [PATCH] Try again --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f39acff..9dc15fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,10 @@ jobs: name: Build Windows x64 runs-on: windows-latest + defaults: + run: + shell: msys2 {0} + steps: - name: Checkout code uses: actions/checkout@v4 @@ -42,9 +46,9 @@ jobs: with: msystem: MINGW64 update: true - install: >- - mingw-w64-x86_64-gcc - mingw-w64-x86_64-make + pacboy: >- + gcc:p + make:p - name: Build run: |