Skip to content

Commit

Permalink
.github/workflows: install a missing package
Browse files Browse the repository at this point in the history
We never noticed this because it got masked by the issue fixed in the
previous commit.

Signed-off-by: Allison Karlitskaya <[email protected]>
  • Loading branch information
allisonkarlitskaya committed Nov 15, 2024
1 parent bb63857 commit de17f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /:/run/host"

steps:
- run: dnf -y install cargo clippy composefs-devel e2fsprogs
- run: dnf -y install cargo clippy composefs-devel e2fsprogs rustfmt
- name: Enable fs-verity on /
run: tune2fs -O verity $(findmnt -vno SOURCE /run/host)
- uses: actions/checkout@v4
Expand Down

0 comments on commit de17f01

Please sign in to comment.