Skip to content

Commit 057e3b0

Browse files
authored
chore(ci): macOS dependencies (#33)
The CI should work the same, just straight `brew install chafa` in Actions. Hopefully it will work though.
2 parents 8276bbc + 007fc35 commit 057e3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install macOS dependencies
4848
if: runner.os == 'macOS'
4949
run: |
50-
brew install llvm
50+
brew install llvm chafa
5151
echo "CC=$(brew --prefix llvm)/bin/clang" >> $GITHUB_ENV
5252
echo "CXX=$(brew --prefix llvm)/bin/clang++" >> $GITHUB_ENV
5353

0 commit comments

Comments
 (0)