mirror of
https://github.com/Vomitblood/stort.git
synced 2025-01-31 15:02:49 +08:00
updated github actions workflow
This commit is contained in:
parent
716c2a1867
commit
8753805c36
4
.github/workflows/build-validation.yml
vendored
4
.github/workflows/build-validation.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
- name: Install Rust
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
. "$HOME/.cargo/env"
|
||||
rustup update
|
||||
echo $HOME
|
||||
source "$HOME/.cargo/env"
|
||||
|
||||
- name: Testing
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue