Skip to content

Commit

Permalink
ci: install busted to run lua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerling committed Sep 9, 2024
1 parent cb63b7e commit d8276d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Dependency Homebrew
run: |
brew install \
busted \
coreutils \
libtermkey \
lua \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
libselinux1-dev \
libtermkey-dev \
libtre-dev \
lua-busted \
lua-lpeg
- name: Build
Expand Down

0 comments on commit d8276d9

Please sign in to comment.