Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Added MinGW
  • Loading branch information
BrendoCosta committed Jul 10, 2023
1 parent aa1a6c4 commit 92e5654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup MinGW
uses: egor-tensin/[email protected]
with:
platform: x64

- 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.
Expand Down

0 comments on commit 92e5654

Please sign in to comment.