Skip to content

Commit 2e03529

Browse files
committed
Install graphviz to avoid warnings on macOS
1 parent 254741b commit 2e03529

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-spm-xcode-${{ matrix.xcode }}-
2828
- name: Build and Test
29-
run: ./test.sh
29+
run: |
30+
brew install graphviz
31+
./test.sh
3032
env:
3133
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
3234

0 commit comments

Comments
 (0)