From 8f9cd0303c460cd45c7381c6b54728be9268ecf8 Mon Sep 17 00:00:00 2001 From: Liam Keh Date: Wed, 21 Feb 2024 20:48:46 +0800 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f9b9daa3..9cc7e2a3 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -50,12 +50,7 @@ jobs: CFLAGS: /WX steps: - uses: actions/checkout@v4 - - - name: Set up MinGW - uses: egor-tensin/setup-mingw@v2 - with: - platform: x64 - + - name: Configure run: cmake -G "MinGW Makefiles" -B ${{ steps.strings.outputs.build-output-dir }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S ${{ github.workspace }} - name: Build Win shared x64 library