Skip to content

Commit

Permalink
Merge pull request #168 from sitcomlab/fix/ios-builds
Browse files Browse the repository at this point in the history
#167: fix cache ownership
  • Loading branch information
felixerdy authored Mar 17, 2022
2 parents 8e80242 + 48f355e commit 3fcf850
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 3fcf850

Please sign in to comment.