Skip to content

Commit

Permalink
Update emacs-apple.yml
Browse files Browse the repository at this point in the history
remove dependency on gdb
  • Loading branch information
cooljeanius committed Dec 18, 2023
1 parent 4b1374c commit 0ff7d26
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 @@ -18,7 +18,7 @@ jobs:
HOMEBREW_VERBOSE_USING_DOTS: 1
run: |
set -x
brew install make automake gettext texinfo gawk gdb coreutils gnu-sed gnu-which libstxxl rsync
brew install make automake gettext texinfo gawk coreutils gnu-sed gnu-which libstxxl rsync
if test "${{ matrix.compiler }}" = "gcc"; then \
brew install lcov libgccjit mingw-w64; \
elif test "${{ matrix.compiler }}" = "clang"; then \
Expand Down

0 comments on commit 0ff7d26

Please sign in to comment.