Skip to content

Commit

Permalink
fix rustdoc workflow clang and bindgen compatibility (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegwan authored Jun 5, 2024
1 parent f5c1196 commit 2afeb05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "DPDK_PATH=$DPDK_PATH" >> $GITHUB_ENV
- name: Remove LLVM and Clang 13/14
run: sudo apt remove --auto-remove clang-14 llvm-14 && sudo apt remove --auto-remove clang-13 llvm-13;

- name: Build Documentation
run: cargo doc --lib --no-deps
Expand Down

0 comments on commit 2afeb05

Please sign in to comment.