git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c324d5
)
Checkout submodules in GitHub Actions.
author
Maksym Mamontov
<madf@madf.info>
Mon, 22 Aug 2022 14:56:10 +0000
(17:56 +0300)
committer
Maksym Mamontov
<madf@madf.info>
Mon, 22 Aug 2022 14:56:10 +0000
(17:56 +0300)
.github/workflows/buildtest.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/buildtest.yml
b/.github/workflows/buildtest.yml
index 4c5c1451e142e6ec1c8478d24fd3d5de0046d3bd..23a031a48063385b712add0a1ddd23870482ef2a 100644
(file)
--- a/
.github/workflows/buildtest.yml
+++ b/
.github/workflows/buildtest.yml
@@
-21,7
+21,10
@@
jobs:
- { CC: clang, CXX: clang++ }
steps:
- - uses: actions/checkout@v2
+ - name: Checkout repository and submodules
+ uses: actions/checkout@v2
+ with:
+ submodules: recursive
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory