Skip to content

Commit bac427a

Browse files
committed
fix: ci ccache in chroot needs permissions
1 parent 0df9c83 commit bac427a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
uses: actions/checkout@v4
6161
with:
6262
fetch-depth: 0
63+
- name: prepare ccache in alpine chroot
64+
run: |
65+
sudo mkdir -p /alpine/root/.cache/ccache
66+
sudo chmod -R a+rw /alpine/root/.cache
6367
- name: ccache
6468
uses: hendrikmuhs/ccache-action@v1.2
6569
- name: Build chroot ${{ matrix.target }}

0 commit comments

Comments
 (0)