Skip to content

Commit

Permalink
emulate pi3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 30, 2022
1 parent fbec3bd commit b57eb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pi_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
copy_repository_path: /opt
copy_artifact_path: Open.HD
import_github_env: true
cpu: cortex-a7
commands: |
ls -a
cd /opt/CMake
Expand All @@ -44,7 +45,7 @@ jobs:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
apt update
apt-cache policy cmake
apt install cmake=3.16.3-3~bpo10+1 -y
apt install cmake/buster-backports -y
gem install fpm
apt install -y libcurl4-openssl-dev
apt install -y qt5-default
Expand Down

0 comments on commit b57eb96

Please sign in to comment.