We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c23f6e commit c697570Copy full SHA for c697570
1 file changed
.github/workflows/build.yml
@@ -53,7 +53,15 @@ jobs:
53
# remove-codeql: true
54
55
- name: Mount BTRFS for podman storage
56
- uses: ublue-os/container-storage-action@main
+ 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
65
66
- name: Get current date
67
id: date
0 commit comments