Skip to content

Commit

Permalink
Refactor workflow file to update the LIBBPF_SYS_LIBRARY_PATH environm…
Browse files Browse the repository at this point in the history
…ent variable
  • Loading branch information
arloor committed Oct 23, 2024
1 parent 247e024 commit 02890c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
use_musl: false
extra_deps: cmake zlib1g-dev libelf-dev clang libbpf-dev
after_install: |
# find / -name libelf.a
# find / -name libbpf.a
# find / -name libz.a
find / -name libelf.a
find / -name libbpf.a
find / -name libz.a
export LIBBPF_SYS_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/lib/x86_64-linux-gnu
echo -e "\e[31mLIBBPF_SYS_LIBRARY_PATH=$LIBBPF_SYS_LIBRARY_PATH\e[0m"
args: -p socket_filter --no-default-features --features static -v
Expand Down

0 comments on commit 02890c6

Please sign in to comment.