Update action.yml

This commit is contained in:
igorpecovnik
2023-05-03 21:21:55 +02:00
committed by GitHub
parent fb15acf205
commit 63e8649a14

View File

@@ -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 }}