Skip to content

Commit e53f480

Browse files
committed
Fix cache restore issues
1 parent debcdcd commit e53f480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

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

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

3839
- name: Set image filename env var

0 commit comments

Comments
 (0)