Build the project using LIBXDP_STATIC=1 by default.

This commit is contained in:
Christian Deacon
2025-02-24 15:59:29 -05:00
parent d288a78775
commit de429d143f
5 changed files with 19 additions and 28 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install LibXDP.
run: sudo make libxdp_install
- name: Make project
run: LIBXDP_STATIC=1 make
run: make
- name: Install project
run: sudo make install
- name: Store build artifacts