We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85222c2 commit 9aab15eCopy full SHA for 9aab15e
1 file changed
.github/workflows/build-common.yml
@@ -50,6 +50,9 @@ jobs:
50
test-java-version: 17
51
- os: windows-latest
52
test-java-version: 21
53
+ defaults:
54
+ run:
55
+ shell: bash # Use bash shell on all OSes for consistency
56
57
steps:
58
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments