updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:21:33 +08:00
parent c695cc688f
commit ac32e3917d

View file

@ -17,7 +17,7 @@ jobs:
run: |
apt update && apt install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env"
. "$HOME/.cargo/env"
cargo --version
shell: bash