Skip to content

Commit 87b3799

Browse files
authored
Update ci.yml
1 parent fb9a37b commit 87b3799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out repo
2121
uses: actions/checkout@v2
2222
- name: Install curl
23-
run: sudo apt-get install curl
23+
run: sudo apt-get install -y curl libcurl-dev
2424
- name: Test secret
2525
run: echo "client id secret is $SPOTIFY_CLIENT_ID"
2626
- name: Test android

0 commit comments

Comments
 (0)