Skip to content

Commit

Permalink
CI: add -v and *-musl to the chown path (#229)
Browse files Browse the repository at this point in the history
Resolves #227.
  • Loading branch information
Josh Lehman authored Feb 17, 2023
2 parents e0a82e8 + 9b9de93 commit c1bbf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# this on linux-aarch64 because we run on a self-hosted GitHub Actions
# runner for which `/usr/local` has already been `chown`d to the user
# running the GitHub Actions runner.
sudo chown -R $(whoami) /usr/local
sudo chown $(whoami) /usr/local && (chown -R $USER /usr/local/*-musl || true)
- name: Set up build cache
uses: actions/cache@v3
Expand Down

0 comments on commit c1bbf08

Please sign in to comment.