Skip to content

Commit

Permalink
Merge pull request #317 from hao-yao/master
Browse files Browse the repository at this point in the history
github: Fix Ubuntu rolling build
  • Loading branch information
hao-yao authored Jan 15, 2025
2 parents a3ca299 + d71af4f commit 13c466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# latest generic kernel headers
apt-get install --yes linux-headers-generic
# latest oem kernel
apt-get install --yes linux-headers-oem-22.04
apt-get install --yes linux-headers-oem-24.04 linux-headers-oem-24.04a
- name: Register with dkms
shell: bash
Expand Down

1 comment on commit 13c466e

@dio4
Copy link

@dio4 dio4 commented on 13c466e Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hao-yao
Thank you for your work! I am trying to port a driver to the arm platform(RPI4). It's not really working out yet)) At first, I ran into the problem of ACPI for arm support (the kernel was swearing after compiling the module). Now I'm wondering where to go next. But your work helps to see the "big picture".

Please sign in to comment.