Skip to content

Commit

Permalink
github: Ensure libfetch is built with IPv6 support.
Browse files Browse the repository at this point in the history
Required by the test suite.
  • Loading branch information
jperkin committed Dec 13, 2024
1 parent ee55572 commit 95634b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cd pkgsrc/net/libfetch/files
export BINOWN="$(id -un)"
export ROOT_GROUP="$(id -gn)"
export FETCH_WITH_INET6=yes
bmake
bmake DESTDIR=/tmp/destdir install
)
Expand Down

0 comments on commit 95634b3

Please sign in to comment.