mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Check out submodules in CI workflow
This commit is contained in:
parent
440d5f7ab1
commit
e1fa0867b7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in a new issue