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 45e3ce8 commit 481be62Copy full SHA for 481be62
1 file changed
.github/workflows/test.yml
@@ -64,6 +64,7 @@ jobs:
64
sudo dpkg --add-architecture armhf &&
65
sudo apt update &&
66
sudo apt install libssl-dev:armhf &&
67
+ echo 'OPENSSL_INCLUDE_DIR=/usr/include' >> $GITHUB_ENV &&
68
echo 'OPENSSL_LIB_DIR=/usr/lib/armhf-linux-gnu' >> $GITHUB_ENV
69
70
runs-on: ${{ matrix.image }}
0 commit comments