chore: fix workflow
This commit is contained in:
parent
f7185b5b68
commit
214a33e4c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue