Skip to content

Commit

Permalink
trying to get rid of homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrlik committed Feb 28, 2024
1 parent 9404938 commit 0c0a7a2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,21 +266,7 @@ jobs:
jdkver: "17"
steps:
- uses: actions/checkout@v3
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zprofile
eval $(/usr/local/bin/brew shellenv)
- name: Install Bash with Homebrew
run: brew install bash

- name: Update Shell Configuration
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL

- name: Verify Bash Version
run: /usr/local/bin/bash --version

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand All @@ -289,7 +275,7 @@ jobs:
- name: Run
run: |
export OJDK_VERSION_NUMBER=${{ matrix.jdkver || env.jdkver_latest }} BOOTJDK_DIR=~/bootjdk JREJDK="jdk" WORKSPACE=/Users/runner/workspace XDISPLAY=":0"
/usr/local/bin/bash testHeadlessComponents.sh
bash testHeadlessComponents.sh
- name: Pack results
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 0c0a7a2

Please sign in to comment.