Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmast authored Sep 14, 2024
1 parent d70ef42 commit 8356f0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
grub-efi-amd64
linux-image-amd64
firmware-linux
firmware-nonfree
firmware-linux-nonfree
EOF
Expand All @@ -132,7 +131,7 @@ jobs:
# Install linux-firmware package to address missing firmware warnings
apt-get update
apt-get install -y firmware-linux-nonfree firmware-nonfree firmware-linux-free amd64-microcode intel-microcode
apt-get install -y firmware-linux-nonfree firmware-linux-free amd64-microcode intel-microcode
# Install the custom kernel
dpkg -i /root/packages/linux-image-6.10.7_*.deb
Expand Down

0 comments on commit 8356f0e

Please sign in to comment.