Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 20, 2023
1 parent 1beda79 commit 2fc95d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ jobs:
jdkver: "17"
steps:
- uses: actions/checkout@v3
- name: Set up Bash 5.x
run: |
brew update
brew install bash
echo "shell: /usr/local/bin/bash" >> $GITHUB_ENV
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2fc95d1

Please sign in to comment.