From 6de1edbb0d80d8207a0132ab6f12ed274e1779bd Mon Sep 17 00:00:00 2001 From: Francis Laniel Date: Tue, 5 Apr 2022 13:44:09 +0100 Subject: [PATCH] fixup! go.mod: Bump cilium/ebpf to 4d5607ee1690. --- .github/actions/install-debian-packages/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-debian-packages/action.yml b/.github/actions/install-debian-packages/action.yml index cab7eb7b8b..d4cafc1d73 100644 --- a/.github/actions/install-debian-packages/action.yml +++ b/.github/actions/install-debian-packages/action.yml @@ -17,6 +17,7 @@ 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 @@ -24,7 +25,6 @@ runs: 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