Skip to content

Commit

Permalink
Patch: add a chown step to take ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangFuSL committed Aug 17, 2023
1 parent dff2eba commit 7d46131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
options: --user root
steps:

- name: Take ownership
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- name: Checkout Main
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7d46131

Please sign in to comment.