Skip to content

Commit

Permalink
Merge pull request #1 from BrendoCosta/BrendoCosta-patch-1
Browse files Browse the repository at this point in the history
Build actions
  • Loading branch information
BrendoCosta committed Jul 10, 2023
2 parents 6d77080 + c673040 commit 275e628
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:

steps:
- 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 275e628

Please sign in to comment.