added install rust to github actions workflow

This commit is contained in:
Vomitblood 2024-08-06 21:55:45 +08:00
parent 4258cc896b
commit bec070c0d7

View file

@ -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: |