Skip to content

Commit

Permalink
fix ci script again
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Nov 24, 2024
1 parent 544bc04 commit f41b658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
dpdk_version:
- "20.11"
- "23.11"
env:
DPDK_VERSION: ${{ matrix.dpdk_version }}
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -46,7 +48,6 @@ 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 f41b658

Please sign in to comment.