chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-19 23:37:44 +01:00
parent 36813c1285
commit efa7007b40

View File

@ -24,7 +24,7 @@ jobs:
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install Rust
run: |
export RUSTUP_HOME=/usr/share/rust/.rustup
export RUSTUP_HOME=//share/rust/.rustup
export CARGO_HOME=/usr/share/rust/.cargo
printf "\n\t🐋 Installing dependencies 🐋\t\n"
apt-get -yq update
@ -45,8 +45,10 @@ jobs:
export CARGO_HOME=/usr/share/rust/.cargo
source "${CARGO_HOME}/env"
cd ${{ gitea.workspace }}
cargo build
ls -l target/debug
pwd
ls /data
#cargo build
#ls -l target/debug
- name: Install kubectl
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"