chore: fix workflow
This commit is contained in:
parent
4abf5df01c
commit
5591f034a6
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ jobs:
|
|||
# # rustup -V
|
||||
- name: Rust build
|
||||
run: |
|
||||
export RUSTUP_HOME=/usr/share/rust/.rustup
|
||||
export CARGO_HOME=/usr/share/rust/.cargo
|
||||
source "${CARGO_HOME}/env"
|
||||
# export RUSTUP_HOME=/usr/share/rust/.rustup
|
||||
# export CARGO_HOME=/usr/share/rust/.cargo
|
||||
# source "${CARGO_HOME}/env"
|
||||
cd ${{ gitea.workspace }}
|
||||
pwd
|
||||
ls -l /toolcache/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue