Skip to content

Commit

Permalink
github: fix vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 12, 2024
1 parent e839085 commit b501ef4
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 @@ -56,6 +56,8 @@ jobs:
CFLAGS="${CFLAGS} -I/tmp/destdir/usr/include"
LDFLAGS="-L${GITHUB_WORKSPACE}/pkgsrc/pkgtools/libnbcompat/files"
LDFLAGS="${LDFLAGS} -L/tmp/destdir/usr/lib"
export PKGSRC_MACHINE_ARCH=x86_64
export OPSYS=Linux
export LDFLAGS
export LIBS="-lnbcompat"
./configure --prefix=/usr
Expand Down

0 comments on commit b501ef4

Please sign in to comment.