Skip to content

Commit 3e27da5

Browse files
committed
ci fix ci workflow yaml
the worklow yaml had syntax errors Signed-off-by: Michael Adam <obnox@samba.org>
1 parent 2dda7c9 commit 3e27da5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 1
37-
- name: Install dependencies (shellcheck)
37+
- name: Install dependencies (shellcheck) macOS
3838
if: matrix.os == 'macos-latest'
3939
run: |
4040
brew install shellcheck
41+
- name: Install dependencies (shellcheck) Ubuntu
4142
if: matrix.os == 'ubuntu-latest'
4243
run: |
4344
sudo apt update

0 commit comments

Comments
 (0)