Skip to content

Commit 7cc76c4

Browse files
authored
feat: Bind mount podman container storage to btrfs loopback (#115)
1 parent fed4ea6 commit 7cc76c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
# uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7
5252
# with:
5353
# remove-codeql: true
54-
54+
55+
- name: Mount BTRFS for podman storage
56+
uses: ublue-os/container-storage-action@main
57+
5558
- name: Get current date
5659
id: date
5760
run: |

0 commit comments

Comments
 (0)