We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b3799 commit 11d8b55Copy full SHA for 11d8b55
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check out repo
21
uses: actions/checkout@v2
22
- name: Install curl
23
- run: sudo apt-get install -y curl libcurl-dev
+ run: sudo apt-get install -y curl libcurl4-openssl-dev
24
- name: Test secret
25
run: echo "client id secret is $SPOTIFY_CLIENT_ID"
26
- name: Test android
0 commit comments