Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@ jobs:
libtool \
yajl \
lmdb \
lua \
lua@5.4 \
libmaxminddb \
libxml2 \
ssdeep \
pcre \
bison \
flex
echo "/usr/local/opt/lua@5.4/bin" >> $GITHUB_PATH
- uses: actions/checkout@v4
with:
submodules: true
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/ci_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive

- name: Install dependencies
# curl and pcre2 are typically already available in the macOS runner image
run: |
Expand All @@ -109,14 +109,14 @@ jobs:
libtool \
yajl \
lmdb \
lua \
lua@5.4 \
libmaxminddb \
libxml2 \
ssdeep \
pcre \
bison \
flex

echo "/usr/local/opt/lua@5.4/bin" >> $GITHUB_PATH
- name: Run build preparation script
run: ./build.sh

Expand Down Expand Up @@ -206,7 +206,8 @@ jobs:

- name: Install cppcheck
run: |
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua lmdb ssdeep
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua@5.4 lmdb ssdeep
echo "/usr/local/opt/lua@5.4/bin" >> $GITHUB_PATH

- name: Configure project
run: |
Expand Down
Loading