Skip to content

Commit 96ac14a

Browse files
missing packages
1 parent a307f57 commit 96ac14a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,21 @@ jobs:
3232
with:
3333
key: ccache-linux-${{ matrix.buildtype }}-${{ matrix.sanitizer }}
3434
- 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
35+
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
3650
- name: install meson
3751
run: |
3852
wget https://github.com/mesonbuild/meson/releases/download/1.6.1/meson-1.6.1.tar.gz && \

0 commit comments

Comments
 (0)