mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 23:33:41 +00:00
ghaction added recursive checkout of submodules
This commit is contained in:
parent
cfaec58452
commit
61fa90ac5b
2
.github/workflows/cpp-linter.yaml
vendored
2
.github/workflows/cpp-linter.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'recursive'
|
||||||
- name: Generate compile-commands
|
- name: Generate compile-commands
|
||||||
uses: threeal/cmake-action@main
|
uses: threeal/cmake-action@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user