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
|
# # rustup -V
|
||||||
- name: Rust build
|
- name: Rust build
|
||||||
run: |
|
run: |
|
||||||
export RUSTUP_HOME=/usr/share/rust/.rustup
|
# export RUSTUP_HOME=/usr/share/rust/.rustup
|
||||||
export CARGO_HOME=/usr/share/rust/.cargo
|
# export CARGO_HOME=/usr/share/rust/.cargo
|
||||||
source "${CARGO_HOME}/env"
|
# source "${CARGO_HOME}/env"
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
pwd
|
pwd
|
||||||
ls -l /toolcache/*
|
ls -l /toolcache/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue