Skip to content

Commit 65645ed

Browse files
committed
Increase GitHub Runner Space for Vagrant Disks
1 parent 340d799 commit 65645ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
if: ${{ needs.changes.outputs.role == 'true' || github.event_name == 'workflow_dispatch' }}
4545
runs-on: ubuntu-22.04
4646
steps:
47+
- uses: easimon/maximize-build-space@v10
48+
with:
49+
root-reserve-mb: 10240
50+
build-mount-path: /var/lib/libvirt/images
51+
build-mount-path-ownership: 'root:root'
4752
- uses: actions/checkout@v4
4853
- run: sudo apt install nfs-kernel-server
4954
- run: sudo pipx inject ansible-core jmespath netaddr

0 commit comments

Comments
 (0)