We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e705e81 + f2f2f10 commit 063781eCopy full SHA for 063781e
.github/workflows/ci.yml
@@ -44,6 +44,10 @@ jobs:
44
if: ${{ needs.changes.outputs.role == 'true' || github.event_name == 'workflow_dispatch' }}
45
runs-on: ubuntu-22.04
46
steps:
47
+ - uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # v10
48
+ with:
49
+ root-reserve-mb: 10240
50
+ build-mount-path: /var/lib/libvirt/images
51
- uses: actions/checkout@v4
52
- run: sudo apt install nfs-kernel-server
53
- run: sudo pipx inject ansible-core jmespath netaddr
0 commit comments