Use single quotes?

This commit is contained in:
Ethan Smith
2021-09-05 01:30:07 -07:00
committed by andy.boot
parent f51e9dd222
commit c485e84145

View File

@@ -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: