aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-09-09 08:53:13 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2024-09-09 08:54:41 +0200
commitd8276d916d875695a1000e14a6d1dfd03e689c81 (patch)
treed625de91b9af0382981aa121a6537ce1ef979bb0 /.github/workflows/macos.yml
parentcb63b7e2566d8315bbe5b2703a755eeae0eca552 (diff)
downloadvis-d8276d916d875695a1000e14a6d1dfd03e689c81.tar.gz
vis-d8276d916d875695a1000e14a6d1dfd03e689c81.tar.xz
ci: install busted to run lua tests
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 06d484b..542f097 100644
--- 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 \