Skip to content

Commit

Permalink
Update emacs-apple.yml
Browse files Browse the repository at this point in the history
remove dependency on emacs-clang-complete-async
  • Loading branch information
cooljeanius committed Dec 18, 2023
1 parent 0ff7d26 commit 1459421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emacs-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 clang-format compiledb emacs-clang-complete-async rtags; \
brew install clang-build-analyzer clang-format compiledb rtags; \
elif test -n "${{ matrix.compiler }}"; then \
echo "Unknown compiler ${{ matrix.compiler }} may or may not need additional dependencies..."; \
else \
Expand Down

0 comments on commit 1459421

Please sign in to comment.