Skip to content

Commit

Permalink
tune up
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonkarlitskaya committed Dec 4, 2024
1 parent c47bd23 commit 541da22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
fail-fast: false

steps:
- name: Enable fs-verity on /
run: tune2fs -O verity $(findmnt -vno SOURCE /)

- name: Install dependencies
run: sudo apt-get install -y meson tmate

Expand All @@ -46,5 +49,4 @@ jobs:
- run: podman --version
- run: buildah --version
- run: skopeo --version
- run: tmate -F
- run: examples/${{ matrix.example }}/build

0 comments on commit 541da22

Please sign in to comment.