This commit is contained in:
Nicholas Marriott
2026-07-01 18:53:37 +01:00
parent c41e98be3c
commit 5b37471db7

View File

@@ -50,12 +50,12 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew install \ brew install \
autoconf \ autoconf \
automake \ automake \
bison \ bison \
libevent \ libevent \
ncurses \ ncurses \
pkg-config pkg-config
- name: build - name: build
run: | run: |