Update action.yml

This commit is contained in:
Igor Pečovnik
2022-12-19 09:43:13 +01:00
committed by GitHub
parent 6efa613291
commit 74da61e7b7

View File

@@ -31,7 +31,8 @@ runs:
sudo mountpoint -q ${{ github.workspace }}/build/cache/rootfs.upload && sudo umount ${{ github.workspace }}/build/cache/rootfs.upload
# fix permission
sudo chown -R ${USER}.${USER} ${{ github.workspace }}/build/ || true
sudo chown -R ${USER}.${USER} ${{ github.workspace }}/build/cache/sources || true
sudo chown -R ${USER}.${USER} ${{ github.workspace }}/build/cache/toolchain || true
# them remove what we don't need
sudo rm -rf ${{ github.workspace }}/build/cache/ || true