chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:11:00 +01:00
parent 55556aba51
commit c64f72b21b

View File

@ -31,6 +31,7 @@ jobs:
- name: Submodules update
run: |
cd ${{ gitea.workspace }}
while true do; sleep 50 ; done
git submodule update --init --recursive
- name: Install Rust
run: |