updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-06 21:59:18 +08:00
parent ddc1cab33b
commit 806fe937b0

View file

@ -18,7 +18,9 @@ jobs:
- name: Install Rustup and Cargo
run: |
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
run: |