Skip to content

Commit

Permalink
macOS-based runners: use gnu sed instead of bsd sed
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 6, 2024
1 parent b486ba6 commit 13f63e4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS user)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down Expand Up @@ -301,7 +302,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down Expand Up @@ -339,7 +341,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down Expand Up @@ -377,7 +380,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS user)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down Expand Up @@ -415,7 +419,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down Expand Up @@ -453,7 +458,8 @@ jobs:
run: echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
- name: Install dependencies
run: |
brew install p7zip coreutils grep wget curl
brew install p7zip coreutils grep wget curl gsed
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
- name: Check out repository code
uses: actions/checkout@v4
- name: Download splash image
Expand Down

0 comments on commit 13f63e4

Please sign in to comment.