Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yonielwest authored Feb 21, 2024
1 parent 5643f88 commit 8f9cd03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9cd03

Please sign in to comment.