mirror of
https://github.com/Vomitblood/stort.git
synced 2025-01-19 09:25:19 +08:00
updated github actions workflow
This commit is contained in:
parent
767992249b
commit
70a247ba42
4
.github/workflows/build-validation.yml
vendored
4
.github/workflows/build-validation.yml
vendored
|
@ -39,7 +39,9 @@ jobs:
|
||||||
echo $HOME
|
echo $HOME
|
||||||
ls -la $HOME
|
ls -la $HOME
|
||||||
ls -la /github/home/
|
ls -la /github/home/
|
||||||
source "/github/home/.cargo/env"
|
ls -la $HOME/.cargo/
|
||||||
|
ls -la $HOME/.cargo/env
|
||||||
|
. "/github/home/.cargo/env"
|
||||||
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue