Skip to content

Commit a23693e

Browse files
committed
Minor edit for the deps install.
1 parent d1b9502 commit a23693e

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ jobs:
2424
run: |
2525
sudo apt-get remove -y libhashkit2
2626
27-
- name: Install build dependencies
27+
- name: Install additional build tools and dependencies
2828
run: |
29-
sudo apt-get install -y --no-install-recommends build-essential devscripts equivs quilt
30-
debian/rules debian/control
31-
sudo mk-build-deps -irt"apt-get -y --no-install-recommends" debian/control
32-
sudo mk-build-deps -irt"apt-get -y --no-install-recommends" scripts/ci/extra-packages.debian.control
29+
sudo apt-get update
30+
sudo apt-get install -y --no-install-recommends \
31+
make \
32+
pcre2-utils \
33+
brotli \
34+
llvm \
35+
nodejs \
36+
npm \
37+
asciidoctor
3338
3439
- name: Build Docker image for multi-server test environment
3540
run: |

0 commit comments

Comments
 (0)