Skip to content

Commit

Permalink
modified: .github/workflows/kernel-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 27, 2024
1 parent 20ed075 commit e26a874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
cp debian12-config linux-6.1.82/.config
cp acso.patch linux-6.1.82/acso.patch
cd linux-6.1.82
patch acso.patch
git init
git apply acso.patch
echo "$(cat drivers/pci/quirks.c | grep pcie_acs_overrides)"
echo "-----"
Expand Down

0 comments on commit e26a874

Please sign in to comment.