Skip to content

Commit 8dcf335

Browse files
refactor: remove unnecessary downlaods
1 parent 3a5e7f1 commit 8dcf335

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
make: make ./countly-tests && ./countly-tests
3131
- os: ubuntu-22.04
3232
cmake-install: "" #Already installed on hosted runner
33-
dependencies: "" #Already installed on hosted runner
33+
dependencies: |
34+
sudo apt-get update && sudo apt-get install -y \
35+
libcurl4-openssl-dev \
36+
libssl-dev
3437
make: make ./countly-tests && ./countly-tests
3538

3639
steps:

0 commit comments

Comments
 (0)