From 8dd84f6f8f3817f9480ad0365f0e287e4368ae9e Mon Sep 17 00:00:00 2001 From: Adam Celarek <5292991+adam-ce@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:08:35 +0100 Subject: [PATCH] this should really fix the ci build for windows as well --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fc18c88..f122501f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: if: matrix.os == 'windows-latest' uses: msys2/setup-msys2@v2 with: - install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake + install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake git msystem: mingw64 release: false