big fix for sudo chown
This commit is contained in:
parent
176b7318f6
commit
9f22c41b56
2
.github/workflows/testpr.yml
vendored
2
.github/workflows/testpr.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: fix sudo ownership
|
||||
run: |
|
||||
sudo chown -R $(whoami) build
|
||||
stat build && sudo chown -R $(whoami) build || echo "fresh workspace detected"
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user