Skip to content

Commit b153c7d

Browse files
committed
Test5
1 parent e777bed commit b153c7d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
msg: ${{ matrix.os }}
3333
separator: "/"
3434

35-
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
35+
- name: Fix caching
36+
run: |
37+
sudo chown root /bin/tar && sudo chmod u+s /bin/tar
38+
mkdir -p ~/.cache
3639
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
3740

3841
- name: Set image filename env var
@@ -54,7 +57,6 @@ jobs:
5457
ls -lah /home/runner
5558
ls -lah /home/runner/.cache
5659
ls -lah /home/runner/.cache/image-create
57-
ls -lah /home/runner/.cache/dib
5860
uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
5961
env:
6062
ELEMENTS_PATH: ${{ github.workspace }}/elements

0 commit comments

Comments
 (0)