Skip to content

Commit

Permalink
GitHub Actions: fix netbsd pkgin error.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
leleliu008 committed Oct 25, 2024
1 parent ecf0c4a commit e023201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-on-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
eval "$@"
}
run sudo pkgin -y install automake autoconf gmake pkg-config jansson libyaml libxml2 libiconv
# DO NOT try to install libxml2, because it has already been pre-installed
run sudo pkgin -y install automake autoconf gmake pkg-config jansson libyaml libiconv
run cc --version
Expand Down

0 comments on commit e023201

Please sign in to comment.