Skip to content

Commit

Permalink
android CI: choose the openssl flavor of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Dec 20, 2021
1 parent bb88dcf commit 0056245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0056245

Please sign in to comment.