Skip to content

Commit 3a5e7f1

Browse files
refactor: remove unnecessary downlaods
1 parent 007bd15 commit 3a5e7f1

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,12 @@ jobs:
2525
dependencies: "" #Already installed on hosted runner
2626
make: msbuild countly-tests.vcxproj -t:rebuild -verbosity:diag -property:Configuration=Release && .\Release\countly-tests.exe
2727
- os: macos-15
28-
cmake-install: "brew install cmake"
29-
dependencies: "brew install openssl"
28+
cmake-install: "" #Already installed on hosted runner
29+
dependencies: "" #Already installed on hosted runner
3030
make: make ./countly-tests && ./countly-tests
3131
- os: ubuntu-22.04
32-
cmake-install: |
33-
sudo apt-get update && sudo apt-get install -y \
34-
cmake \
35-
g++ \
36-
make
37-
dependencies: |
38-
sudo apt-get update && sudo apt-get install -y \
39-
libcurl4-openssl-dev \
40-
libssl-dev
32+
cmake-install: "" #Already installed on hosted runner
33+
dependencies: "" #Already installed on hosted runner
4134
make: make ./countly-tests && ./countly-tests
4235

4336
steps:

0 commit comments

Comments
 (0)