From 336f31f562374b90564772ad6d0e61ebd7131d92 Mon Sep 17 00:00:00 2001 From: shadow <81448108+ShadowMonster99@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:03:12 -0300 Subject: [PATCH] build - mingw typo --- .github/workflows/build-win-mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-win-mingw.yml b/.github/workflows/build-win-mingw.yml index c5772e18..4f630134 100644 --- a/.github/workflows/build-win-mingw.yml +++ b/.github/workflows/build-win-mingw.yml @@ -119,7 +119,7 @@ jobs: - name: Update MSYS2 and install i686 packages shell: msys2 {0} run: | - pacman -S --noconfirm mingw-w64-i686-gcc mingw-w64-i686-make + pacman -S --noconfirm mingw-w64-i686-gcc mingw-w64-i686-cmake - name: (Dependency) Install vcpkg run: |