Skip to content

Commit 18dbd8d

Browse files
committed
Workflow
1 parent 9e2e9ab commit 18dbd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
setup: >
6464
sudo dpkg --add-architecture armhf &&
6565
sudo apt update &&
66-
sudo apt install libssl-dev:armhf gcc-multilib &&
66+
sudo apt install libssl-dev:armhf &&
6767
echo 'OPENSSL_INCLUDE_DIR=/usr/include' >> $GITHUB_ENV &&
6868
echo 'OPENSSL_LIB_DIR=/usr/lib/arm-linux-gnueabihf' >> $GITHUB_ENV
6969

0 commit comments

Comments
 (0)