updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 00:56:20 +08:00
parent 716c2a1867
commit 8753805c36

View file

@ -35,8 +35,8 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup update
echo $HOME
source "$HOME/.cargo/env"
- name: Testing
run: |