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 3a5e7f1 commit 8dcf335Copy full SHA for 8dcf335
.github/workflows/tests.yml
@@ -30,7 +30,10 @@ jobs:
30
make: make ./countly-tests && ./countly-tests
31
- os: ubuntu-22.04
32
cmake-install: "" #Already installed on hosted runner
33
- dependencies: "" #Already installed on hosted runner
+ dependencies: |
34
+ sudo apt-get update && sudo apt-get install -y \
35
+ libcurl4-openssl-dev \
36
+ libssl-dev
37
38
39
steps:
0 commit comments