File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,6 @@ jobs:
263
263
run : echo "Started CI build (Eclipse eMoflon macOS user)."
264
264
- name : Install dependencies
265
265
run : |
266
- brew update
267
266
brew install p7zip coreutils grep wget curl
268
267
- name : Check out repository code
269
268
uses : actions/checkout@v3
@@ -302,7 +301,6 @@ jobs:
302
301
run : echo "Started CI build (Eclipse eMoflon macOS dev)."
303
302
- name : Install dependencies
304
303
run : |
305
- brew update
306
304
brew install p7zip coreutils grep wget curl
307
305
- name : Check out repository code
308
306
uses : actions/checkout@v3
@@ -341,7 +339,6 @@ jobs:
341
339
run : echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
342
340
- name : Install dependencies
343
341
run : |
344
- brew update
345
342
brew install p7zip coreutils grep wget curl
346
343
- name : Check out repository code
347
344
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments