Skip to content

Commit

Permalink
Try install the kernel headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mareksuscak committed Apr 25, 2020
1 parent e2cfd84 commit 29f93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
command: apt upgrade -y
- run:
name: Install Build Tools
command: apt install build-essential linux-headers-generic linux-headers-generic -y
command: apt install build-essential linux-headers-generic linux-headers-$(uname -r) -y
- run:
name: Build
command: make
Expand Down

0 comments on commit 29f93c4

Please sign in to comment.