chore: add submodules recursive to checkout action

This commit is contained in:
Jesús Pérez 2023-07-20 02:09:57 +01:00
parent c1e0426477
commit 445e762136

View File

@ -24,7 +24,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'
# Defs in https://github.com/actions/checkout
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install Rust