Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored Oct 9, 2023
1 parent 74a1e93 commit a5913d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
- name: '⬇ Install Qt Cross-Compile for Raspberry Pi'
if: matrix.map.host == 'linux-rpi'
run: |
sudo apt update -y
sudo apt-mark hold grub-efi-amd64-signed
sudo apt update --fix-missing -y
sudo apt upgrade -y
sudo apt-get install -y make
sudo apt-get install -y build-essential
Expand Down

0 comments on commit a5913d1

Please sign in to comment.