Skip to content

Commit c697570

Browse files
authored
feat(ci): add fallback condition for btrfs bind mount (#134)
1 parent 5c23f6e commit c697570

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ jobs:
5353
# remove-codeql: true
5454

5555
- name: Mount BTRFS for podman storage
56-
uses: ublue-os/container-storage-action@main
56+
id: container-storage-action
57+
uses: ublue-os/container-storage-action@911baca08baf30c8654933e9e9723cb399892140
58+
59+
# Fallback to the remove-unwanted-software-action if github doesn't allocate enough space
60+
# See: https://github.com/ublue-os/container-storage-action/pull/11
61+
continue-on-error: true
62+
with:
63+
target-dir: /var/lib/containers
64+
mount-opts: compress-force=zstd:2
5765

5866
- name: Get current date
5967
id: date

0 commit comments

Comments
 (0)