chore: fix workflow
This commit is contained in:
parent
36813c1285
commit
efa7007b40
@ -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:]')"
|
||||
|
Loading…
Reference in New Issue
Block a user