Skip to content

Commit ea937db

Browse files
committed
Fix set -x on Windows
1 parent ed1bb9e commit ea937db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deployment-ea.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
[tools]
111111
java = { version = "${{ matrix.jdk }}", release_type = "ea" }
112112
- name: Debug
113+
shell: bash
113114
run: |
114115
set -x
115116
set -e

0 commit comments

Comments
 (0)