Skip to content

Commit a10e422

Browse files
ci: Install c++
We need c++ for libfuzzer-sys@0.4.12 Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent 22f9327 commit a10e422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
options: "--privileged --pid=host -v /var/tmp:/var/tmp --tmpfs /tmp:rw,exec,nosuid,nodev -v /:/run/host"
3333

3434
steps:
35-
- run: dnf -y install cargo clippy composefs-devel e2fsprogs just rustfmt
35+
- run: dnf -y install cargo clippy composefs-devel e2fsprogs just rustfmt gcc-c++
3636
- name: Enable fs-verity on /
3737
run: tune2fs -O verity $(findmnt -vno SOURCE /run/host)
3838
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)