chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:20:39 +01:00
parent 214a33e4c9
commit d8f0f131b3

View File

@ -57,10 +57,9 @@ jobs:
run: |
source "${CARGO_HOME}/env"
while true; do sleep 20; done
cd ${{ gitea.workspace }}
cargo build
ls -l target/debug
#cd ${{ gitea.workspace }}
#cargo build
#ls -l target/debug
- name: Install kubectl
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"