updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:27:13 +08:00
parent cbe9fc1cc5
commit a4568681c8

View file

@ -34,12 +34,12 @@ jobs:
- name: Install Rust
run: |
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: Check cargo version
shell: bash
run: cargo --version
- name: Install mise