Skip to content

Commit

Permalink
#167: fix cache ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
schrooom committed Mar 16, 2022
1 parent 8e80242 commit 48f355e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Repair cache-files ownership
run: sudo chown -R 501:20 "/Users/runner/.npm"

- name: Run ionic build
run: |
npm install npm@8 -g
Expand Down

0 comments on commit 48f355e

Please sign in to comment.