Skip to content

Commit

Permalink
avoid mkdir: /usr/local/lib: Permission denied in macOS-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 1, 2024
1 parent b8663dc commit 87caf5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install danger-js
run: brew install danger/tap/danger-js

- run: make install
- run: make install PREFIX='/opt/homebrew'

- run: mkdir DangerTestWithDependencies && mv DangerfileWithDependencies.swift DangerTestWithDependencies/Dangerfile.swift

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install danger-js
run: brew install danger/tap/danger-js

- run: sudo make install
- run: make install

- run: danger-swift ci --verbose --failOnErrors
if: ${{ github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Install danger-js
run: brew install danger/tap/danger-js

- run: make install
- run: make install PREFIX='/opt/homebrew'

- run: danger-swift ci --verbose --failOnErrors
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 87caf5b

Please sign in to comment.