From 7fd21966199daa82b5dd5f66beee39f2095197e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 25 Feb 2020 12:43:25 +0100 Subject: ci: improve OpenBSD Lua installation By omitting the exact (minor) version number, this should be more future proof. --- .builds/openbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 0df51ad..5e80ad4 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -2,7 +2,7 @@ image: openbsd/latest packages: - gmake - libtermkey - - lua-5.3.5 + - lua%5.3 - lua53-lpeg sources: - https://github.com/martanne/vis -- cgit v1.2.3