updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:20:30 +08:00
parent 51f2ba4eef
commit c695cc688f

View file

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