chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:16:47 +01:00
parent b197321b25
commit f7185b5b68

View File

@ -56,7 +56,7 @@ jobs:
- name: Rust build - name: Rust build
run: | run: |
source "${CARGO_HOME}/env" source "${CARGO_HOME}/env"
while true; sleep 50 ; done while true; do sleep 20; done
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
cargo build cargo build
ls -l target/debug ls -l target/debug