Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Nov 24, 2024
1 parent 0601475 commit 544bc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
echo "Compiling DPDK..." ;
export STABLE=
export VERSION=${{ matrix.dpdk_version }}
export DPDK_VERSION=${{ matrix.dpdk_version }}
export PKG_CONFIG_PATH=$(pwd)/dpdk-$STABLE$VERSION/install/lib/x86_64-linux-gnu/pkgconfig/ ;
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/dpdk-$STABLE$VERSION/install/lib/x86_64-linux-gnu/ ;
export DPDK_PATH=$(pwd)/dpdk-$STABLE$VERSION/install/
Expand Down

0 comments on commit 544bc04

Please sign in to comment.