updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:51:30 +08:00
parent 6db3ea021b
commit 90b780a722

View file

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