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