github [build]: Move it to run instead.

This commit is contained in:
Prince Frizzy 2025-03-08 07:21:36 -05:00
parent 1f66c94cf1
commit 808c91776d
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: set MSYSTEM=MINGW64 msys2 {0}
shell: msys2 {0}
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -50,7 +50,9 @@ jobs:
pacboy: unzip:p make:p git:p mingw-w64-x86_64-gcc:p mingw-w64-x86_64-glew:p mingw-w64-x86_64-SDL2:p python3:p
- name: Build the game
run: make -j$(nproc)
run: |
set MSYSTEM=MINGW64
make -j$(nproc)
- name: Upload artifact
uses: actions/upload-artifact@v4