Skip to content

Commit d2ebf85

Browse files
authored
Fix workflow
1 parent dd6599b commit d2ebf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
versions="7.4"
3535
elif [ "$DISTRIB_RELEASE" = "18.04" ]; then
3636
versions="7.1 7.2 7.3 7.4"
37-
elif "$DISTRIB_RELEASE" = "16.04" ]; then
37+
elif [ "$DISTRIB_RELEASE" = "16.04" ]; then
3838
versions="5.6 7.0 7.1 7.2 7.3 7.4"
3939
fi
4040
for i in $versions; do

0 commit comments

Comments
 (0)