Skip to content

Commit e68ad1c

Browse files
Update CI workflow to remove python3 installation
Removed python3 from the installation list in CI workflow.
1 parent 9823d8e commit e68ad1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
ssdeep \
139139
pcre \
140140
bison \
141-
flex \
142-
python3
141+
flex
142+
143143
- uses: actions/checkout@v6
144144
with:
145145
submodules: recursive
@@ -219,8 +219,8 @@ jobs:
219219
brew install autoconf \
220220
automake \
221221
libtool \
222-
cppcheck \
223-
python3
222+
cppcheck
223+
224224
- uses: actions/checkout@v6
225225
with:
226226
submodules: recursive

0 commit comments

Comments
 (0)