From a42991abbe9d10e3721e261c31ff81363ea55861 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 6 Feb 2024 00:45:36 +1100 Subject: [PATCH] Fix typo Signed-off-by: Jiahao XU --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 074331c..b37928e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: rustup toolchain install $MSRV --profile minimal rustup override set $MSRV - = run: cargo -vV + - run: cargo -vV - uses: Swatinem/rust-cache@v2