From 2d58d673492bbd3a819e82299ab9df313ca0ee58 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Tue, 23 May 2023 22:25:42 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 323182f..17dd4d1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,8 +22,8 @@ jobs: with: submodules: true - - name: Install MinGW - uses: egor-tensin/setup-mingw@v2.2.0 + #- name: Install MinGW + # uses: egor-tensin/setup-mingw@v2.2.0 - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.