File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments