Skip to content

Commit

Permalink
SQUASH centos9
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Feb 3, 2025
1 parent 774fe6c commit 274ddee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,13 @@ jobs:
sudo \
which
- run: |
git clone git clone https://git.netfilter.org/libnetfilter_log/ && cd libnetfilter_log
git clone git clone https://git.netfilter.org/libnetfilter_log/
cd libnetfilter_log
bash autogen.sh
./configure --prefix=/usr
make
make install
cd ..
- run: ./autogen.sh
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --prefix=/usr --sysconfdir=/etc
- run: make -j2
Expand Down

0 comments on commit 274ddee

Please # to comment.