Skip to content

Commit

Permalink
ci: Add llvm in install-debian-packages action.
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
  • Loading branch information
eiffel-fl committed Apr 1, 2022
1 parent 12373e3 commit 7fdde77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-debian-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ runs:
- name: Install debian packages
shell: bash
run: |
# There is no way to clear the cache and llvm-strip is needed by bpf2go.
# For now, we will add it here.
sudo apt install llvm
if [[ "${{inputs.cache-hit}}" == 'true' ]]; then
sudo cp --verbose --force --recursive ~/cache-debs/* /
else
Expand Down

0 comments on commit 7fdde77

Please sign in to comment.