chore: fix workflow
This commit is contained in:
parent
1e1457d688
commit
3e6159ff52
@ -40,11 +40,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Submodules update
|
- name: Submodules update
|
||||||
run: |
|
run: |
|
||||||
|
echo ${{ gitea.ssh_url }}
|
||||||
git clone --recurse-submodules ssh://git@clrepo.tls13.io:9623/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
git clone --recurse-submodules ssh://git@clrepo.tls13.io:9623/${{ gitea.repository }}.git ${{ gitea.workspace }}
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
while true; do sleep 20; done
|
#while true; do sleep 20; done
|
||||||
git submodule update --init --recursive
|
|
||||||
# echo ${{ gitea.ssh_url }}
|
|
||||||
- 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