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: fix netbsd pkgin error. #4102

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

leleliu008
Copy link
Member

Don't try to install libxml2. libxml2 has already been pre-installed, if we try to install it, it will result in upgrading curl and it's dependencies. we do not use curl here.

Don't try to install libxml2. libxml2 has already been pre-installed, if
we try to install it, it will result in upgrading curl and it's dependencies.
we do not use curl here.

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

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.84%. Comparing base (ecf0c4a) to head (2363b87).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4102      +/-   ##
==========================================
+ Coverage   85.72%   85.84%   +0.12%     
==========================================
  Files         239      239              
  Lines       56961    58602    +1641     
==========================================
+ Hits        48827    50306    +1479     
- Misses       8134     8296     +162     

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

@leleliu008 leleliu008 merged commit e023201 into universal-ctags:master Oct 25, 2024
66 of 67 checks passed
@masatake
Copy link
Member

Thank you.

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