chore: add submodules trueto checkout action
This commit is contained in:
parent
15f33cf87a
commit
c1e0426477
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ jobs:
|
||||||
# ls ${{ gitea.workspace }}
|
# ls ${{ gitea.workspace }}
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
# 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
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue