Skip to content

Commit

Permalink
github: fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 10, 2024
1 parent bad8cb1 commit f69c97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
echo '#include <netdb.h>' >nbcompat/netdb.h
echo '#include <stdio.h>' >nbcompat/stdio.h
echo '#define HAVE_POLL_H 1' >nbcompat.h
export BINOWN="$(id -un)"
export ROOT_GROUP="$(id -gn)"
bmake
bmake DESTDIR=/tmp/destdir install
)
Expand Down

0 comments on commit f69c97d

Please sign in to comment.