Skip to content

Commit 048b176

Browse files
committed
Correct YAML syntax
1 parent 606d20e commit 048b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- uses: actions/checkout@v4
218218
- run: brew --prefix llvm
219-
- run:
219+
- run: |
220220
find /usr/local/opt/llvm -name 'llvm-*'
221221
/usr/local/opt/llvm/llvm-profdata --version
222222
- run: |

0 commit comments

Comments
 (0)