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"