Skip to content

Commit

Permalink
fixup! go.mod: Bump cilium/ebpf to 4d5607ee1690.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiffel-fl committed Apr 5, 2022
1 parent ced6dc7 commit 6de1edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-debian-packages/action.yml
Expand Up @@ -17,14 +17,14 @@ runs:
id: cache-debs
with:
path: "~/cache-debs"
# Update cache key if you add or update a package.
key: v3
- name: Install debian packages
shell: bash
run: |
if [[ "${{steps.cache-debs.outputs.cache-hit}}" == 'true' ]]; then
sudo cp --verbose --force --recursive ~/cache-debs/* /
else
# Update cache key if you add or update a package.
sudo apt install -y software-properties-common llvm
sudo add-apt-repository -y ppa:tuxinvader/kernel-build-tools
sudo apt-get update
Expand Down

0 comments on commit 6de1edb

Please sign in to comment.