Skip to content

Commit

Permalink
- uses: msys2/setup-msys2@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonielwest authored Feb 21, 2024
1 parent 91a6a17 commit 8abdf55
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

build-windows-mingw:
name: Windows (MinGW64)
name: Windows (MSYS2)
runs-on: windows-latest
timeout-minutes: 4
env:
Expand All @@ -51,10 +51,8 @@ jobs:
- uses: actions/checkout@v4

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

uses: msys2/setup-msys2@v2

- name: Configure
run: cmake -G "MinGW Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build Win shared x64 library
Expand Down

0 comments on commit 8abdf55

Please sign in to comment.