aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-01-02 07:13:05 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-01-02 07:13:05 -0700
commit97567b77edd5a54e214d33a994d8a9d64a56f200 (patch)
tree99ae894cf8ba0a4d7c64b2390040e32ed413a6c9 /.github/workflows/macos.yml
parentf6bb33cac458ba103ee2e94159bc7ae4e2fe2796 (diff)
downloadvis-97567b77edd5a54e214d33a994d8a9d64a56f200.tar.gz
vis-97567b77edd5a54e214d33a994d8a9d64a56f200.tar.xz
ci: remove lua-busted
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 542f097..23b75f4 100644
--- 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: |