@@ -264,7 +264,6 @@ jobs:
264
264
- name : Install dependencies
265
265
run : |
266
266
brew install p7zip coreutils grep wget curl gsed
267
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
268
267
- name : Check out repository code
269
268
uses : actions/checkout@v4
270
269
- name : Download splash image
@@ -284,7 +283,9 @@ jobs:
284
283
with :
285
284
name : com.seeq.eclipse.importprojects.jar
286
285
- name : Run build script
287
- run : chmod +x build.sh && ./build.sh -m user -o macos
286
+ run : |
287
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
288
+ chmod +x build.sh && ./build.sh -m user -o macos
288
289
- name : Fix permissions
289
290
run : sudo xattr -cr ./eclipse/Eclipse.app
290
291
- name : Upload artifact
@@ -303,7 +304,6 @@ jobs:
303
304
- name : Install dependencies
304
305
run : |
305
306
brew install p7zip coreutils grep wget curl gsed
306
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
307
307
- name : Check out repository code
308
308
uses : actions/checkout@v4
309
309
- name : Download splash image
@@ -323,7 +323,9 @@ jobs:
323
323
with :
324
324
name : com.seeq.eclipse.importprojects.jar
325
325
- name : Run build script
326
- run : chmod +x build.sh && ./build.sh -m dev -o macos
326
+ run : |
327
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
328
+ chmod +x build.sh && ./build.sh -m dev -o macos
327
329
- name : Fix permissions
328
330
run : sudo xattr -cr ./eclipse/Eclipse.app
329
331
- name : Upload artifact
@@ -342,7 +344,6 @@ jobs:
342
344
- name : Install dependencies
343
345
run : |
344
346
brew install p7zip coreutils grep wget curl gsed
345
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
346
347
- name : Check out repository code
347
348
uses : actions/checkout@v4
348
349
- name : Download splash image
@@ -362,7 +363,9 @@ jobs:
362
363
with :
363
364
name : com.seeq.eclipse.importprojects.jar
364
365
- name : Run build script
365
- run : chmod +x build.sh && ./build.sh -m hipedev -o macos
366
+ run : |
367
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
368
+ chmod +x build.sh && ./build.sh -m hipedev -o macos
366
369
- name : Fix permissions
367
370
run : sudo xattr -cr ./eclipse/Eclipse.app
368
371
- name : Upload artifact
@@ -381,7 +384,6 @@ jobs:
381
384
- name : Install dependencies
382
385
run : |
383
386
brew install p7zip coreutils grep wget curl gsed
384
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
385
387
- name : Check out repository code
386
388
uses : actions/checkout@v4
387
389
- name : Download splash image
@@ -401,7 +403,9 @@ jobs:
401
403
with :
402
404
name : com.seeq.eclipse.importprojects.jar
403
405
- name : Run build script
404
- run : chmod +x build.sh && ./build.sh -m user -o macosarm
406
+ run : |
407
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
408
+ chmod +x build.sh && ./build.sh -m user -o macosarm
405
409
- name : Fix permissions
406
410
run : sudo xattr -cr ./eclipse/Eclipse.app
407
411
- name : Upload artifact
@@ -420,7 +424,6 @@ jobs:
420
424
- name : Install dependencies
421
425
run : |
422
426
brew install p7zip coreutils grep wget curl gsed
423
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
424
427
- name : Check out repository code
425
428
uses : actions/checkout@v4
426
429
- name : Download splash image
@@ -440,7 +443,9 @@ jobs:
440
443
with :
441
444
name : com.seeq.eclipse.importprojects.jar
442
445
- name : Run build script
443
- run : chmod +x build.sh && ./build.sh -m dev -o macosarm
446
+ run : |
447
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
448
+ chmod +x build.sh && ./build.sh -m dev -o macosarm
444
449
- name : Fix permissions
445
450
run : sudo xattr -cr ./eclipse/Eclipse.app
446
451
- name : Upload artifact
@@ -459,7 +464,6 @@ jobs:
459
464
- name : Install dependencies
460
465
run : |
461
466
brew install p7zip coreutils grep wget curl gsed
462
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
463
467
- name : Check out repository code
464
468
uses : actions/checkout@v4
465
469
- name : Download splash image
@@ -479,7 +483,9 @@ jobs:
479
483
with :
480
484
name : com.seeq.eclipse.importprojects.jar
481
485
- name : Run build script
482
- run : chmod +x build.sh && ./build.sh -m hipedev -o macosarm
486
+ run : |
487
+ export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
488
+ chmod +x build.sh && ./build.sh -m hipedev -o macosarm
483
489
- name : Fix permissions
484
490
run : sudo xattr -cr ./eclipse/Eclipse.app
485
491
- name : Upload artifact
0 commit comments