updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-06 22:01:52 +08:00
parent 806fe937b0
commit 562ed7c4d1

View file

@ -20,7 +20,7 @@ jobs:
apt update apt update
apt install curl -y apt install curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env . "/root/.cargo/env"
- name: bun install - name: bun install
run: | run: |