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