github [build]: Try running make in a different system.

This commit is contained in:
Prince Frizzy 2025-03-08 07:16:50 -05:00
parent e5dfd42da2
commit 1f66c94cf1
No known key found for this signature in database
GPG key ID: 3859C9AA3D65EC54

View file

@ -37,7 +37,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
shell: set MSYSTEM=MINGW64 msys2 {0}
steps:
- name: Checkout repository
uses: actions/checkout@v4