aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
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: |