chore: add submodules recursive to checkout action
This commit is contained in:
parent
c1e0426477
commit
445e762136
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
submodules: 'recursive'
|
||||
# Defs in https://github.com/actions/checkout
|
||||
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Install Rust
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue