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 - name: Install Rust
run: | run: |
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
. "$HOME/.cargo/env" echo $HOME
rustup update source "$HOME/.cargo/env"
- name: Testing - name: Testing
run: | run: |