Skip to content

Commit 62c28bf

Browse files
committed
Try to fix bash
1 parent 12913f6 commit 62c28bf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/premerge.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
runs-on: ${{ matrix.runs-on }}
3737
container:
3838
image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && format('ghcr.io/{0}/arm64v8/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
4539
steps:
4640
- name: Checkout LLVM
4741
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -57,6 +51,10 @@ jobs:
5751
variant: sccache
5852

5953
- name: Build and Test
54+
# The run step defaults to using sh as the shell when running in a
55+
# container, so make bash the default to ensure consistency between
56+
# container and non-container jobs.
57+
shell: bash
6058
run: |
6159
git config --global --add safe.directory '*'
6260

0 commit comments

Comments
 (0)