chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:19:02 +01:00
parent f7185b5b68
commit 214a33e4c9

View File

@ -31,8 +31,8 @@ jobs:
- name: Submodules update
run: |
cd ${{ gitea.workspace }}
while true do; sleep 50 ; done
git submodule update --init --recursive
while true; do sleep 50 ; done
#git submodule update --init --recursive
- name: Install Rust
run: |
printf "\n\t🐋 Installing dependencies 🐋\t\n"