mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
Update github workflows to checkout code with submodules
This commit is contained in:
parent
8c93e0978d
commit
6a1d49d99b
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -18,7 +18,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user