From d9a7c265f97d734fa50306d5f6682dbeb6db130a Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Tue, 19 Jul 2022 18:12:45 +0400 Subject: [PATCH] use different quotes?... --- .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 54ae77ee..c2ccac7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: args: --tests --verbose ${{ matrix.features }} - name: Test documentation tests - if: ${{ matrix.rust != "msrv" }} + if: ${{ matrix.rust != 'msrv' }} uses: actions-rs/cargo@v1 with: command: test