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 }}
|
||||
- name: Check out repository code
|
||||
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."
|
||||
- name: Install Rust
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue