Browse Source
Merge pull request #891 from spvkgn/fix-actions
github: minor
pull/894/head
bol-van
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
.github/workflows/build.yml
|
|
@ -82,8 +82,6 @@ jobs: |
|
|
|
export STRIP=$TARGET-strip |
|
|
|
export PKG_CONFIG_PATH=$DEPS_DIR/lib/pkgconfig |
|
|
|
|
|
|
|
export CFLAGS="-DZAPRET_GH_VER=${{ github.ref_name }} -DZAPRET_GH_HASH=${{ github.sha }}" |
|
|
|
|
|
|
|
# netfilter libs |
|
|
|
wget -qO- https://www.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.2.tar.bz2 | tar -xj |
|
|
|
wget -qO- https://www.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2 | tar -xj |
|
|
|