Skip to content

Commit

Permalink
ci: set OPENSSL_ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 14, 2024
1 parent 745c9b7 commit f98996c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
run: sudo apt-get update && sudo apt-get install -y libssl-dev

- name: Set OpenSSL path
run: echo "OPENSSL_ROOT_DIR=/usr" >> $GITHUB_ENV

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
# with:
Expand Down

0 comments on commit f98996c

Please sign in to comment.