chore: add submodules trueto checkout action

This commit is contained in:
Jesús Pérez 2023-07-20 02:02:02 +01:00
parent 15f33cf87a
commit c1e0426477

View File

@ -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: |