🐛 Fix the verification during Ubuntu testing

This commit is contained in:
Tw93
2025-08-31 19:35:34 +08:00
parent 06b87c689e
commit 895498a0fe

View File

@@ -80,7 +80,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Install cargo-hack
run: cargo install cargo-hack
run: cargo install cargo-hack --force
- name: Check Rust formatting
run: cargo fmt --all -- --color=always --check