From 5dcfd5006e962115b7e5e65491260c828b609fbe Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Mon, 17 Apr 2023 12:51:43 +0100 Subject: [PATCH] Fix CI --- .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 c6503bc..da6f2f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,5 @@ jobs: run: cargo fmt -- --check - name: Test - if: ${{ matrix.cargo_target == x86_64-unknown-linux-gnu }} + if: ${{ matrix.cargo_target == "x86_64-unknown-linux-gnu" }} run: cargo test