chore: fix workflow
This commit is contained in:
parent
d8f0f131b3
commit
29103abfe6
1 changed files with 6 additions and 0 deletions
|
|
@ -57,9 +57,15 @@ jobs:
|
|||
run: |
|
||||
source "${CARGO_HOME}/env"
|
||||
while true; do sleep 20; done
|
||||
<<<<<<< HEAD
|
||||
#cd ${{ gitea.workspace }}
|
||||
#cargo build
|
||||
#ls -l target/debug
|
||||
=======
|
||||
cd ${{ gitea.workspace }}
|
||||
cargo build
|
||||
ls -l target/debug
|
||||
>>>>>>> 45468ec (chore: fix workflow)
|
||||
- name: Install kubectl
|
||||
run: |
|
||||
OS="$(uname | tr '[:upper:]' '[:lower:]')"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue