mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
checkout submodule as well
This commit is contained in:
parent
b39694aeb3
commit
3a816e0414
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
submodules: true
|
||||
- name: build directory
|
||||
run: mkdir build && cd build
|
||||
- name: configure
|
||||
|
Loading…
Reference in New Issue
Block a user