Skip to content

Commit 381cb96

Browse files
Easton97-Jensjens
authored andcommitted
Update ci.yml
1 parent 582d04e commit 381cb96

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
libmaxminddb-dev:${{ matrix.platform.arch }} \
4949
libpcre2-dev:${{ matrix.platform.arch }} \
5050
pcre2-utils:${{ matrix.platform.arch }} \
51-
bison flex
51+
bison flex python3 python3-venv
5252
- name: Setup Dependencies (x32)
5353
if: ${{ matrix.platform.label == 'x32' }}
5454
run: |
@@ -110,7 +110,8 @@ jobs:
110110
ssdeep \
111111
pcre \
112112
bison \
113-
flex
113+
flex \
114+
python3
114115
- uses: actions/checkout@v6
115116
with:
116117
submodules: recursive
@@ -200,8 +201,9 @@ jobs:
200201
brew install autoconf \
201202
automake \
202203
libtool \
203-
cppcheck
204-
- uses: actions/checkout@v4
204+
cppcheck \
205+
python3
206+
- uses: actions/checkout@v6
205207
with:
206208
submodules: recursive
207209
fetch-depth: 0

0 commit comments

Comments
 (0)