Skip to content

Commit 38f284c

Browse files
Fix openssl for armv7
1 parent 5938c9e commit 38f284c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ jobs:
4545
if: matrix.platform.target == 'armv7'
4646
run: |
4747
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+
4856
sudo apt-get update
4957
sudo apt-get install -y gcc-arm-linux-gnueabihf libssl-dev:armhf pkg-config
5058

0 commit comments

Comments
 (0)