Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: cleanup code testing-mac.yml #3820

Conversation

leleliu008
Copy link
Member

/usr/bin/cc /usr/bin/gcc /usr/bin/clang are actually the same.

libxml2 is a keg_only package, which means it was not linked into /usr/local. I removed it, because it was pre-installed on macOS.

`/usr/bin/cc` `/usr/bin/gcc` `/usr/bin/clang` are actually the same.

`libxml2` is a keg_only package, which means it was not linked into `/usr/local`. I removed it, because it was pre-installed on macOS.

Signed-off-by: leleliu008 <leleliu008@gmail.com>
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2615f4c) 85.03% compared to head (e1d5391) 85.03%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3820   +/-   ##
=======================================
  Coverage   85.03%   85.03%           
=======================================
  Files         227      227           
  Lines       53889    53889           
=======================================
  Hits        45824    45824           
  Misses       8065     8065           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masatake
Copy link
Member

(About MacOS, I don't know anything. So you don't need my ack.)

@leleliu008 leleliu008 merged commit 4eb61a7 into universal-ctags:master Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants