mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
added install rust to github actions workflow
This commit is contained in:
parent
4258cc896b
commit
bec070c0d7
7
.github/workflows/build-validation.yml
vendored
7
.github/workflows/build-validation.yml
vendored
|
@ -13,7 +13,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rustup and Cargo
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
|
||||
- name: bun install
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue