Skip to content

Commit

Permalink
use prebuilt android openssl libs
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Aug 2, 2024
1 parent 9f103c2 commit 11aad43
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install OpenSSL (Windows)
if: ${{ matrix.config.os == 'Windows' }}
run: |
vcpkg install openssl:x86-windows
- name: Install OpenSSL (Android)
if: ${{ matrix.config.os == 'ubuntu-latest' }}
run: |
sudo apt-get install libssl-dev
sudo apt-get install pkg-config
- name: Checkout Pro
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 11aad43

Please sign in to comment.