Skip to content

Commit

Permalink
minor dependency tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljeanius committed Nov 20, 2024
1 parent 08b9558 commit 57b0986
Show file tree
Hide file tree
Showing 9 changed files with 739 additions and 800 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emacs-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- run: brew update
- run: brew analytics on && brew update
- name: Install Homebrew dependencies
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
Expand All @@ -23,7 +23,7 @@ jobs:
if test "${{ matrix.compiler }}" = "gcc"; then \
brew install lcov libgccjit mingw-w64; \
elif test "${{ matrix.compiler }}" = "clang"; then \
brew install clang-build-analyzer compiledb; \
brew install clang-build-analyzer clang-format; \
elif test -n "${{ matrix.compiler }}"; then \
echo "Unknown compiler ${{ matrix.compiler }} may or may not need additional deps…"; \
else \
Expand Down
Loading

0 comments on commit 57b0986

Please sign in to comment.