big fix for sudo chown

This commit is contained in:
lanefu
2020-06-17 23:58:06 -04:00
committed by GitHub
parent 176b7318f6
commit 9f22c41b56

View File

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