Skip to content

Commit

Permalink
ci: Use bash as the default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 23, 2024
1 parent 6456f20 commit 9c0bd15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
name: Building ${{ inputs.dockerfile }}
runs-on: [cw]
container: 'ghcr.io/coreweave/github-actions-images/github-base-runner:v1.4.0'
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: Fetch BuildKit Client Certs
Expand Down

0 comments on commit 9c0bd15

Please sign in to comment.