We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5afa6 commit 7eac77aCopy full SHA for 7eac77a
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
cache: 'maven'
25
- name: Set up CI environment
26
run: .github/setup.sh
27
+ shell: bash
28
- name: Execute the build
29
run: .github/build.sh
30
shell: bash
0 commit comments