fix(meta): add cloning with submodules
This commit is contained in:
parent
d3783ce48a
commit
8a3f443d85
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -14,9 +14,10 @@ jobs:
|
|||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
- name: Checkout Repository And Submodules
|
||||
uses: actions/checkout@v4
|
||||
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Rust
|
||||
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue