chore: fix workflow
This commit is contained in:
parent
23104d2e0e
commit
c8a406ff07
@ -27,6 +27,10 @@ jobs:
|
||||
# submodules: 'recursive'
|
||||
# Defs in https://github.com/actions/checkout
|
||||
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Submodules update
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
git submodule update --init --recursive
|
||||
- name: Install Rust
|
||||
run: |
|
||||
printf "\n\t🐋 Installing dependencies 🐋\t\n"
|
||||
|
Loading…
Reference in New Issue
Block a user