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