Skip to content

Commit e09c186

Browse files
authored
Use shell: bash in check-autogen-diff
1 parent f4f293a commit e09c186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 2
2121
- name: Run auto-generated code checks
22+
shell: bash
2223
run: |
2324
test $(swift run -q --package-path Utilities WasmKitDevUtils wasmgen | wc -l) = "0"
2425
test $(swift run -q --package-path Utilities WasmKitDevUtils vmgen | wc -l) = "0"

0 commit comments

Comments
 (0)