vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 4ce01fe4764e93b15916bce42dff2bf77810344b
parent da5ddbfe86d31f805c7364dc3486155a7073caaa
Author: Florian Fischer <florian.fischer@muhq.space>
Date:   Mon,  9 Sep 2024 08:53:13 +0200

ci: install busted to run lua tests

Diffstat:
M.github/workflows/macos.yml | 1+
M.github/workflows/ubuntu.yml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml @@ -24,6 +24,7 @@ jobs: - name: Dependency Homebrew run: | brew install \ + busted \ coreutils \ libtermkey \ lua \ diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml @@ -36,6 +36,7 @@ jobs: libselinux1-dev \ libtermkey-dev \ libtre-dev \ + lua-busted \ lua-lpeg - name: Build