fix quotes

This commit is contained in:
2024-04-21 17:53:35 -06:00
parent e0fdf71ecf
commit 60d260e5b1

View File

@@ -51,7 +51,7 @@ jobs:
# lua
- run: pip install --user hererocks && hererocks env --$LUA -rlatest && source env/bin/activate
if: contains(matrix.test-target, "lua")
if: contains(matrix.test-target, 'lua')
# mono
- run: brew install mono || brew link --overwrite mono