We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e777bed commit b153c7dCopy full SHA for b153c7d
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,10 @@ jobs:
32
msg: ${{ matrix.os }}
33
separator: "/"
34
35
- - run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
+ - name: Fix caching
36
+ run: |
37
+ sudo chown root /bin/tar && sudo chmod u+s /bin/tar
38
+ mkdir -p ~/.cache
39
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
40
41
- name: Set image filename env var
@@ -54,7 +57,6 @@ jobs:
54
57
ls -lah /home/runner
55
58
ls -lah /home/runner/.cache
56
59
ls -lah /home/runner/.cache/image-create
- ls -lah /home/runner/.cache/dib
60
uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
61
env:
62
ELEMENTS_PATH: ${{ github.workspace }}/elements
0 commit comments