We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b9502 commit a23693eCopy full SHA for a23693e
1 file changed
.github/workflows/ci-multi-server-tests.yml
@@ -24,12 +24,17 @@ jobs:
24
run: |
25
sudo apt-get remove -y libhashkit2
26
27
- - name: Install build dependencies
+ - name: Install additional build tools and dependencies
28
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
+ sudo apt-get update
+ sudo apt-get install -y --no-install-recommends \
+ make \
+ pcre2-utils \
33
+ brotli \
34
+ llvm \
35
+ nodejs \
36
+ npm \
37
+ asciidoctor
38
39
- name: Build Docker image for multi-server test environment
40
0 commit comments