File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments