Skip to content

Commit

Permalink
avoid mkdir: /usr/local/lib: Permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 1, 2024
1 parent 5a6820a commit 7390f7d
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 @@ -87,7 +87,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer # Avoid Homebrew installation error

- run: make install
- run: sudo make install

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

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer # Avoid Homebrew installation error

- run: make install
- run: sudo make install

- run: danger-swift ci --verbose --failOnErrors
if: ${{ github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- run: sudo chmod -R a+rwx /usr/local

- run: make install
- run: sudo make install

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

0 comments on commit 7390f7d

Please sign in to comment.