mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user