We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582d04e commit 381cb96Copy full SHA for 381cb96
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
libmaxminddb-dev:${{ matrix.platform.arch }} \
49
libpcre2-dev:${{ matrix.platform.arch }} \
50
pcre2-utils:${{ matrix.platform.arch }} \
51
- bison flex
+ bison flex python3 python3-venv
52
- name: Setup Dependencies (x32)
53
if: ${{ matrix.platform.label == 'x32' }}
54
run: |
@@ -110,7 +110,8 @@ jobs:
110
ssdeep \
111
pcre \
112
bison \
113
- flex
+ flex \
114
+ python3
115
- uses: actions/checkout@v6
116
with:
117
submodules: recursive
@@ -200,8 +201,9 @@ jobs:
200
201
brew install autoconf \
202
automake \
203
libtool \
- cppcheck
204
- - uses: actions/checkout@v4
+ cppcheck \
205
206
+ - uses: actions/checkout@v6
207
208
209
fetch-depth: 0
0 commit comments