From 63ced43d5c31a29705e7d139571f8f7f31e05edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Wed, 19 Jul 2023 23:22:59 +0100 Subject: [PATCH] chore: fix workflow --- .gitea/workflows/on_docserver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/on_docserver.yaml b/.gitea/workflows/on_docserver.yaml index d6c90df..3b3f2d2 100644 --- a/.gitea/workflows/on_docserver.yaml +++ b/.gitea/workflows/on_docserver.yaml @@ -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"