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 fb9a37b commit 87b3799Copy full SHA for 87b3799
.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 curl
+ run: sudo apt-get install -y curl libcurl-dev
24
- name: Test secret
25
run: echo "client id secret is $SPOTIFY_CLIENT_ID"
26
- name: Test android
0 commit comments