Skip to content

Commit 2e1badd

Browse files
committed
Fix
1 parent 0a082cb commit 2e1badd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
runs-on: ${{ matrix.runs-on }}
3737
container:
3838
image: ${{ (startsWith(matrix.runs-on, 'ubuntu-24.04') && format('ghcr.io/{0}/ci-ubuntu-24.04',github.repository_owner) ) || null }}
39+
defaults:
40+
run:
41+
# The run step defaults to using sh as the shell when running in a
42+
# container, so make bash the default to ensure consistency between
43+
# container and non-container jobs.
44+
shell: bash
3945
steps:
4046
- name: Checkout LLVM
4147
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)