mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
acdc739bbc
commit
767992249b
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -37,9 +37,9 @@ jobs:
|
|||
apt update && apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
echo $HOME
|
||||
source "/github/home/.cargo/env"
|
||||
ls -la $HOME
|
||||
ls -la /github/home/
|
||||
source "/github/home/.cargo/env"
|
||||
|
||||
- name: Testing
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue