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,7 +10,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
sudo chown -R $USER:$USER cache/. 2> /dev/null || true
|
||||
#sudo chown -R $USER:$USER cache/. 2> /dev/null || true
|
||||
sudo chown -R $USER:$USER . 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
|
||||
|
||||
@@ -19,7 +20,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
sudo docker image prune -a --force || true
|
||||
# sudo docker image prune -a --force || true
|
||||
|
||||
- name: Remove Other projects
|
||||
if: ${{ env.RUNNER_USER != runner }}
|
||||
|
||||
Reference in New Issue
Block a user