Skip to content

Commit

Permalink
fixing github actions 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrlik committed Nov 15, 2024
1 parent fba4a6e commit 3b6fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL

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

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 3b6fcd0

Please sign in to comment.