workflow: mingw: fetch git

arch-pkg
FlightlessMango 1 year ago
parent b8bd09d638
commit 0ed0f8eeb8

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install prerequisites
run: |
pacman -Syu mingw-w64-gcc meson python-mako glslang mingw-w64-headers --noconfirm
pacman -Syu mingw-w64-gcc meson python-mako glslang mingw-w64-headers git --noconfirm
- name: configure
run: meson setup --cross-file mingw64.txt build64
- name: build

Loading…
Cancel
Save