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
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
|
||||
run: |
|
||||
apt update && apt install -y curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
. "$HOME/.cargo/env"
|
||||
shell: bash
|
||||
|
||||
- name: Check cargo version
|
||||
shell: bash
|
||||
run: cargo --version
|
||||
|
||||
- name: Install mise
|
||||
|
|
Loading…
Reference in a new issue