Skip to content

Commit

Permalink
ci: improve OpenBSD Lua installation
Browse files Browse the repository at this point in the history
By omitting the exact (minor) version number, this should be more
future proof.
  • Loading branch information
martanne committed Feb 25, 2020
1 parent b0192ce commit 7fd2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builds/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd2196

Please sign in to comment.