From c485e841452d42793a9c7c0eaeec6c91a320816f Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Sun, 5 Sep 2021 01:30:07 -0700 Subject: [PATCH] Use single quotes? --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fe92764..b430fa3 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -215,7 +215,7 @@ jobs: with: command: deb args: --no-build --target=${{ matrix.job.target }} - if: ${{ contains(matrix.job.target, "musl") }} + if: ${{ contains(matrix.job.target, 'musl') }} - name: Test uses: actions-rs/cargo@v1 with: