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