File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments