Skip to content

Commit 17b3f8e

Browse files
committed
Wheel builder: set shell to bash when getting current commit
1 parent 45f6c43 commit 17b3f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
uses: actions/checkout@v6
9393

9494
- name: Get current commit
95+
shell: bash
9596
id: current-commit
9697
run: |
9798
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)