We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5938c9e commit 38f284cCopy full SHA for 38f284c
.github/workflows/CI.yml
@@ -45,6 +45,14 @@ jobs:
45
if: matrix.platform.target == 'armv7'
46
run: |
47
sudo dpkg --add-architecture armhf
48
+
49
+ # point armhf repos at ports.ubuntu.com
50
+ sudo tee -a /etc/apt/sources.list <<EOF
51
+ deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy main restricted universe multiverse
52
+ deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy-updates main restricted universe multiverse
53
+ deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy-security main restricted universe multiverse
54
+ EOF
55
56
sudo apt-get update
57
sudo apt-get install -y gcc-arm-linux-gnueabihf libssl-dev:armhf pkg-config
58
0 commit comments