android CI: choose the openssl flavor of curl
This commit is contained in:
parent
bb88dcfe66
commit
00562455e0
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Set up build environment
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install ccache ninja-build libcurl-dev
|
||||
sudo apt-get -y install ccache ninja-build libcurl4-openssl-dev
|
||||
echo "CCACHE_DIR=/tmp/ccache" >> $GITHUB_ENV
|
||||
|
||||
# Workaround for https://github.com/actions/virtual-environments/issues/3078
|
||||
|
|
Loading…
Reference in New Issue