chore: fix workflow
This commit is contained in:
parent
fb9a03a883
commit
21a3e38060
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@ jobs:
|
||||||
# source "${CARGO_HOME}/env"
|
# source "${CARGO_HOME}/env"
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
pwd
|
pwd
|
||||||
ls -l /
|
#ls -l /
|
||||||
ls -l /toolcache
|
ls -l /toolcache
|
||||||
|
echo "Hello" > /toolcache/hello.txt
|
||||||
df -h
|
df -h
|
||||||
#cargo build
|
#cargo build
|
||||||
#ls -l target/debug
|
#ls -l target/debug
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue