Skip to content

Commit 063781e

Browse files
authored
Merge pull request #318 from simoncaron/feature/increase-runner-disk-space
Increase GitHub Runner Space for Vagrant Disks
2 parents e705e81 + f2f2f10 commit 063781e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ 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@fc881a613ad2a34aca9c9624518214ebc21dfc0c # v10
48+
with:
49+
root-reserve-mb: 10240
50+
build-mount-path: /var/lib/libvirt/images
4751
- uses: actions/checkout@v4
4852
- run: sudo apt install nfs-kernel-server
4953
- run: sudo pipx inject ansible-core jmespath netaddr

0 commit comments

Comments
 (0)