Skip to content

Commit 3b6fcd0

Browse files
committed
fixing github actions 5
1 parent fba4a6e commit 3b6fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL
280280

281281
- name: Verify Bash Version
282-
run: /usr/local/bin/bash --version
282+
run: /bin/bash --version
283283

284284
- name: Set up JDK
285285
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)