Skip to content

Commit f98996c

Browse files
ci: set OPENSSL_ROOT_DIR
1 parent 745c9b7 commit f98996c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_aarch64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
if: ${{ matrix.arch == 'aarch64' }}
2828
run: sudo apt-get update && sudo apt-get install -y libssl-dev
2929

30+
- name: Set OpenSSL path
31+
run: echo "OPENSSL_ROOT_DIR=/usr" >> $GITHUB_ENV
32+
3033
- name: Setup cmake
3134
uses: jwlawson/actions-setup-cmake@v2
3235
# with:

0 commit comments

Comments
 (0)