Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored May 27, 2024
1 parent 0472fe7 commit 672388b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
if: matrix.map.host == 'linux-rpi'
run: |
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
sudo apt-get install -y libclang-dev
Expand Down Expand Up @@ -166,6 +168,7 @@ jobs:
sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y g++-aarch64-linux-gnu
sudo apt-get install -y libclang-11-dev
sudo apt-get install -y libstdc++6
sudo cp cross-compile-ldd /usr/bin/aarch64-linux-gnu-ldd
cd ~
wget https://github.com/openmv/qt-raspi/releases/download/v6.5.1/qt-raspi.tar.gz
Expand Down

0 comments on commit 672388b

Please sign in to comment.