chore: add submodules trueto checkout action
This commit is contained in:
parent
15f33cf87a
commit
c1e0426477
@ -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…
Reference in New Issue
Block a user