mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-30 07:41:14 +08:00
updated github actions workflow
This commit is contained in:
parent
c695cc688f
commit
ac32e3917d
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install -y curl
|
apt update && apt install -y curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
. $HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo --version
|
cargo --version
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue