Skip to content

Commit f79fc7b

Browse files
committed
bash
1 parent 1808fa9 commit f79fc7b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on: [push, pull_request]
55
permissions:
66
contents: read
77

8+
defaults:
9+
run:
10+
shell: bash
11+
812
jobs:
913
build:
1014

.github/workflows/clang-tidy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on: [push, pull_request]
77
permissions:
88
contents: read
99

10+
defaults:
11+
run:
12+
shell: bash
13+
1014
jobs:
1115
build:
1216

0 commit comments

Comments
 (0)