chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-19 23:22:59 +01:00
parent 85688dac89
commit 63ced43d5c

View File

@ -7,7 +7,6 @@ jobs:
fail-fast: false
matrix:
os: ubuntu-latest # [ubuntu-latest, macos-latest, windows-latest]
name: Cargo install on ubuntu-latest
runs-on: ubuntu-latest
env:
@ -25,6 +24,7 @@ jobs:
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install Rust
run: |
ls ${{ gitea.workspace }}
export RUSTUP_HOME=/usr/share/rust/.rustup
export CARGO_HOME=/usr/share/rust/.cargo
printf "\n\t🐋 Installing dependencies 🐋\t\n"
@ -35,7 +35,7 @@ jobs:
source "${CARGO_HOME}/env"
rustup component add rustfmt clippy
printf "\n\t🐋 Installed RUSTUP 🐋\t\n"
rustup -V
rustc -V
printf "\n\t🐋 Installed CARGO 🐋\t\n"
cargo -V
printf "\n\t🐋 Installed RUSTC 🐋\t\n"