chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 02:39:15 +01:00
parent 23104d2e0e
commit c8a406ff07

View File

@ -27,6 +27,10 @@ jobs:
# submodules: 'recursive'
# Defs in https://github.com/actions/checkout
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Submodules update
run: |
cd ${{ gitea.workspace }}
git submodule update --init --recursive
- name: Install Rust
run: |
printf "\n\t🐋 Installing dependencies 🐋\t\n"