build-crate.yml: fix quotes

This commit is contained in:
Alejandro R. Mosteo
2020-12-22 18:44:58 +01:00
parent 32515c25d2
commit bc46138268
+2 -2
View File
@@ -72,11 +72,11 @@ jobs:
distrib: community
- name: Set up stable `alr`
if: contains(github.base_ref, "stable-")
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@latest-stable
- name: Set up devel `alr`
if: contains(github.base_ref, "devel-")
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@latest-devel
- name: Test crate (Linux)