chore: fix workflow
This commit is contained in:
parent
f7185b5b68
commit
214a33e4c9
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user