Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 14, 2023
1 parent 65e8478 commit 0f8ff79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_test_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
sudo apt install -y --no-install-recommends build-essential clang make llvm gcc dkms
# Headers are already installed in actuated arm64 runners.
- name: Install kernel headers for amd64
- name: Install kernel headers for x86_64
if: ${{ inputs.arch == 'x86_64' }}
run: |
sudo apt install -y --no-install-recommends linux-headers-$(uname -r)
Expand Down

0 comments on commit 0f8ff79

Please sign in to comment.