From 895498a0fe65d461996acd6ce3ec2a504530b79c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 31 Aug 2025 19:35:34 +0800 Subject: [PATCH] :bug: Fix the verification during Ubuntu testing --- .github/workflows/quality-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-and-test.yml b/.github/workflows/quality-and-test.yml index 2a97408..a7dd3fc 100644 --- a/.github/workflows/quality-and-test.yml +++ b/.github/workflows/quality-and-test.yml @@ -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