mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
big fix for sudo chown
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user