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:
@@ -10,8 +10,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
sudo chown -R $USER:$USER build/cache/{git-bare,ccache,memoize,oci,tools,pip,aptcache,pip,sources/evalcache,sources/oh-my-zsh} 2> /dev/null || true
|
||||
sudo chown -R $USER:$USER cache/{git-bare,ccache,memoize,oci,tools,pip,aptcache,pip,sources/evalcache,sources/oh-my-zsh} 2> /dev/null || true
|
||||
sudo chown -R $USER:$USER cache/. 2> /dev/null || true
|
||||
sudo rm -f build/lib/tools/common/__pycache__/bash_declare_parser.cpython-310.pyc 2> /dev/null || true
|
||||
sudo rm -f lib/tools/common/__pycache__/bash_declare_parser.cpython-310.pyc 2> /dev/null || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user