Skip to content

Commit

Permalink
github: try bmake first
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 10, 2024
1 parent 00b50b1 commit dc01590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
LDFLAGS="-L${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files" \
LIBS="-lnbcompat" \
../configure ${CONFIGURE_ARGS} || (cat config.log && ./configure --help && false)
make V=1
bmake || make V=1
)
mv build/pkgin bin/pkgin-"$tag"
rm -rf build
Expand Down

0 comments on commit dc01590

Please sign in to comment.