Skip to content

Commit

Permalink
Merge pull request #85 from eMoflon/hotfix/macos-runner-no-brew-update
Browse files Browse the repository at this point in the history
Removes the brew update step on macOS-based runners to fix a GitHub Actions Runner image bug
  • Loading branch information
maxkratz authored Jun 16, 2023
2 parents 34489b2 + 0cd9005 commit f1d7fbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS user)."
- name: Install dependencies
run: |
brew update
brew install p7zip coreutils grep wget curl
- name: Check out repository code
uses: actions/checkout@v3
Expand Down Expand Up @@ -302,7 +301,6 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
- name: Install dependencies
run: |
brew update
brew install p7zip coreutils grep wget curl
- name: Check out repository code
uses: actions/checkout@v3
Expand Down Expand Up @@ -341,7 +339,6 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
- name: Install dependencies
run: |
brew update
brew install p7zip coreutils grep wget curl
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit f1d7fbb

Please sign in to comment.