android CI: choose the openssl flavor of curl

This commit is contained in:
Flyinghead 2021-12-20 16:11:54 +01:00
parent bb88dcfe66
commit 00562455e0
1 changed files with 1 additions and 1 deletions

View File

@ -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