Skip to content

Commit f1d7fbb

Browse files
authored
Merge pull request #85 from eMoflon/hotfix/macos-runner-no-brew-update
Removes the brew update step on macOS-based runners to fix a GitHub Actions Runner image bug
2 parents 34489b2 + 0cd9005 commit f1d7fbb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ jobs:
263263
run: echo "Started CI build (Eclipse eMoflon macOS user)."
264264
- name: Install dependencies
265265
run: |
266-
brew update
267266
brew install p7zip coreutils grep wget curl
268267
- name: Check out repository code
269268
uses: actions/checkout@v3
@@ -302,7 +301,6 @@ jobs:
302301
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
303302
- name: Install dependencies
304303
run: |
305-
brew update
306304
brew install p7zip coreutils grep wget curl
307305
- name: Check out repository code
308306
uses: actions/checkout@v3
@@ -341,7 +339,6 @@ jobs:
341339
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
342340
- name: Install dependencies
343341
run: |
344-
brew update
345342
brew install p7zip coreutils grep wget curl
346343
- name: Check out repository code
347344
uses: actions/checkout@v3

0 commit comments

Comments
 (0)