Skip to content

Commit

Permalink
Refactor workflow file to update the name of the CI test job
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Oct 23, 2024
1 parent b69e541 commit 2325634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# 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
args: -p socket_filter --no-default-features --features static -v
apt_mirror: mirrors.mit.edu
rust_flags: -C target-feature=+crt-static
debug: false
Expand Down

0 comments on commit 2325634

Please sign in to comment.