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,11 +56,11 @@ jobs:
- name: Rust build
run: |
source "${CARGO_HOME}/env"
while true; sleep 50 ; done
while true; do sleep 20; done
cd ${{ gitea.workspace }}
cargo build
ls -l target/debug
- name: Install kubectl
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"