vis

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

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

commit dfe686e10af9e563ea38f0350f44d2e44472350a
parent ff67c4d571e0361ad10682aa7e5eb2b4c8a8ec8c
Author: Randy Palamar <randy@rnpnr.xyz>
Date:   Thu,  2 Jan 2025 07:13:05 -0700

ci: remove lua-busted

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

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