Skip to content

Commit

Permalink
Update debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 8, 2024
1 parent a988a58 commit 3956883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
echo "modprobe brcmfmac || true" >> postinst
echo "modprobe -r hci_bcm4377 || true" >> postinst
echo "modprobe hci_bcm4377 || true" >> postinst
sudo chmod a+x ./postinst
cd ${{ github.workspace }}
cp -r ${{ github.workspace }}/brcm ${{ github.workspace }}/deb/usr/lib/firmware
dpkg-deb --build --root-owner-group -Zgzip deb
Expand Down

0 comments on commit 3956883

Please sign in to comment.