Skip to content

Commit

Permalink
Merge pull request #86 from thearossman/main
Browse files Browse the repository at this point in the history
fix DPDK version in rustdoc (typo before...)
  • Loading branch information
thearossman authored Dec 13, 2024
2 parents 3743149 + a069700 commit 7409a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
rustdoc:
env:
DPDK_VERSION: ${{ matrix.dpdk_version }}
DPDK_VERSION: "20.11"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7409a61

Please sign in to comment.