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.
1 parent 340d799 commit 65645edCopy full SHA for 65645ed
.github/workflows/ci.yml
@@ -44,6 +44,11 @@ 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@v10
48
+ with:
49
+ root-reserve-mb: 10240
50
+ build-mount-path: /var/lib/libvirt/images
51
+ build-mount-path-ownership: 'root:root'
52
- uses: actions/checkout@v4
53
- run: sudo apt install nfs-kernel-server
54
- run: sudo pipx inject ansible-core jmespath netaddr
0 commit comments