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 0a082cb commit 2e1baddCopy full SHA for 2e1badd
.github/workflows/premerge.yaml
@@ -36,6 +36,12 @@ jobs:
36
runs-on: ${{ matrix.runs-on }}
37
container:
38
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
45
steps:
46
- name: Checkout LLVM
47
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments