Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 31, 2023
1 parent e87fc0d commit 0666874
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 0666874

Please sign in to comment.