mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
ddc1cab33b
commit
806fe937b0
4
.github/workflows/build-validation.yml
vendored
4
.github/workflows/build-validation.yml
vendored
|
@ -18,7 +18,9 @@ jobs:
|
||||||
- name: Install Rustup and Cargo
|
- name: Install Rustup and Cargo
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install rustup cargo -y
|
apt install curl -y
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
source $HOME/.cargo/env
|
||||||
|
|
||||||
- name: bun install
|
- name: bun install
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue