Skip to content

Commit ffdd40c

Browse files
committed
git bash missbehaving for mac
1 parent 26554f0 commit ffdd40c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,6 @@ jobs:
271271
- name: Install Bash with Homebrew
272272
run: brew install bash
273273

274-
- name: Update Shell Configuration
275-
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL
276-
277-
- name: Verify Bash Version
278-
run: /opt/homebrew/Cellar/bash/5.2.37/bin/bash --version
279-
280274
- name: Set up JDK
281275
uses: actions/setup-java@v4
282276
with:
@@ -285,7 +279,7 @@ jobs:
285279
- name: Run
286280
run: |
287281
export OJDK_VERSION_NUMBER=${{ matrix.jdkver || env.jdkver_latest }} JREJDK="jdk" WORKSPACE=/Users/runner/workspace JAVA_TO_TEST="${JAVA_HOME}/bin/java" TEST_JDK_HOME="${JAVA_HOME}"
288-
/opt/homebrew/Cellar/bash/5.2.37/bin/bash testHeadlessComponents.sh
282+
/usr/local/bin/bash testHeadlessComponents.sh
289283
- name: Pack results
290284
if: ${{ always() }}
291285
run: |

0 commit comments

Comments
 (0)