Skip to content

Commit

Permalink
don't install linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Dec 9, 2023
1 parent 2b4ee5f commit 9c8d3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install Linux Dependencies
run: >
sudo apt-get update && sudo apt-get install ccache linux-headers-$(uname -r)
sudo apt-get update && sudo apt-get install ccache
- name: CCache
id: ccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install Linux Dependencies
run: >
sudo apt-get update && sudo apt-get install ccache linux-headers-$(uname -r)
sudo apt-get update && sudo apt-get install ccache
- name: Switch to gcc-11
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit 9c8d3f2

Please sign in to comment.