Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Added submodules
  • Loading branch information
BrendoCosta committed Jul 10, 2023
1 parent 6d77080 commit aa1a6c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CMake

on:
push:
branches: [ "main" ]
branches: [ "main", "BrendoCosta-patch-1" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "BrendoCosta-patch-1" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand All @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- 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 aa1a6c4

Please sign in to comment.