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 - name: Submodules update
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
while true do; sleep 50 ; done while true; do sleep 50 ; done
git submodule update --init --recursive #git submodule update --init --recursive
- name: Install Rust - name: Install Rust
run: | run: |
printf "\n\t🐋 Installing dependencies 🐋\t\n" printf "\n\t🐋 Installing dependencies 🐋\t\n"