From 0ed0f8eeb8099da8fa4e0c2b374bdfca62abc447 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sun, 9 Apr 2023 19:10:04 +0200 Subject: [PATCH] workflow: mingw: fetch git --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 8d2285c9..125c0713 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -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