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
|
||||
ls -la $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
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue