We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a307f57 commit 96ac14aCopy full SHA for 96ac14a
.github/workflows/build_and_test.yml
@@ -32,7 +32,21 @@ jobs:
32
with:
33
key: ccache-linux-${{ matrix.buildtype }}-${{ matrix.sanitizer }}
34
- name: Install compiler and build tools
35
- run: apt install --no-install-recommends --yes g++-12 ninja-build libsquashfuse-dev libfuse3-dev wget ca-certificates
+ run: |
36
+ apt install --no-install-recommends --yes \
37
+ g++-12 \
38
+ ninja-build \
39
+ libsquashfuse-dev \
40
+ libfuse3-dev \
41
+ wget \
42
+ ca-certificates \
43
+ python3 \
44
+ pkg-config \
45
+ sqlite3 \
46
+ git \
47
+ squashfs-tools \
48
+ curl \
49
+ ninja-build
50
- name: install meson
51
run: |
52
wget https://github.com/mesonbuild/meson/releases/download/1.6.1/meson-1.6.1.tar.gz && \
0 commit comments