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 43eeeeb commit 0e9187f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y wget
sudo apt-get install -y build-essential fakeroot libncurses5-dev libssl-dev ccache bison flex libelf-dev libudev-dev libpci-dev libiberty-dev debhelper dpkg-dev debootstrap gpg debian-archive-keyring
sudo apt-get install linux-firmware
sudo apt-get install firmware-linux
wget https://ftp.debian.org/debian/pool/main/l/live-build/live-build_20230502_all.deb
sudo dpkg -i live-build_20230502_all.deb
#!/bin/bash -x
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
efibootmgr
grub-efi-amd64
linux-image-amd64
linux-firmware
firmware-linux
EOF
# Create GRUB default configuration
Expand Down

0 comments on commit 0e9187f

Please sign in to comment.