Skip to content

Commit b9f8f7e

Browse files
committed
Test7
1 parent 8058f15 commit b9f8f7e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/ci.yaml

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

35-
- name: Fix caching
36-
run: |
37-
sudo chown root /bin/tar && sudo chmod u+s /bin/tar
38-
mkdir -p ~/.cache
35+
- name: Create .cache directory so it doesn't get created with incorrect ownership
36+
run: mkdir -p ~/.cache
3937
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
4038

4139
- name: Set image filename env var
@@ -50,14 +48,7 @@ jobs:
5048
${{ env.IMAGE_NAME }}
5149
${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}
5250
53-
- run: |
54-
# echo $PWD
55-
# id
56-
# ls -lah
57-
# ls -lah /home/runner
58-
# ls -lah /home/runner/.cache
59-
# ls -lah /home/runner/.cache/image-create
60-
uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
51+
- run: uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
6152
env:
6253
ELEMENTS_PATH: ${{ github.workspace }}/elements
6354
DIB_RELEASE: ${{ steps.split.outputs._1 }}

0 commit comments

Comments
 (0)