mirror of
https://github.com/Vomitblood/stort.git
synced 2025-02-08 02:38:40 +08:00
updated github actions workflow
This commit is contained in:
parent
cbe9fc1cc5
commit
a4568681c8
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -34,12 +34,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
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"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Check cargo version
|
- name: Check cargo version
|
||||||
|
shell: bash
|
||||||
run: cargo --version
|
run: cargo --version
|
||||||
|
|
||||||
- name: Install mise
|
- name: Install mise
|
||||||
|
|
Loading…
Reference in a new issue