Skip to content

Commit b4a1d3e

Browse files
committed
minor fix
1 parent e240e26 commit b4a1d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_checks-yaml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
timeout-minutes: 15
4545

4646
steps:
47-
- name: Install git
48-
run: apk add --no-cache git
47+
- name: Install git and bash
48+
run: apk add --no-cache git bash
4949

5050
- name: Checkout with GitHub App
5151
uses: zondax/_actions/checkout-with-app@main

0 commit comments

Comments
 (0)