File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Install danger-js
122
122
run : brew install danger/tap/danger-js
123
123
124
- - run : make install
124
+ - run : make install PREFIX='/opt/homebrew'
125
125
126
126
- run : mkdir DangerTestWithDependencies && mv DangerfileWithDependencies.swift DangerTestWithDependencies/Dangerfile.swift
127
127
@@ -201,7 +201,7 @@ jobs:
201
201
- name : Install danger-js
202
202
run : brew install danger/tap/danger-js
203
203
204
- - run : sudo make install
204
+ - run : make install
205
205
206
206
- run : danger-swift ci --verbose --failOnErrors
207
207
if : ${{ github.event_name == 'pull_request' }}
@@ -240,7 +240,7 @@ jobs:
240
240
- name : Install danger-js
241
241
run : brew install danger/tap/danger-js
242
242
243
- - run : make install
243
+ - run : make install PREFIX='/opt/homebrew'
244
244
245
245
- run : danger-swift ci --verbose --failOnErrors
246
246
if : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments