File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
62
62
buildname : ' ubuntu-20.04/gcc'
63
63
triplet : x64-linux
64
64
compiler : gcc_64
65
- # - os: ubuntu-16 .04
66
- # buildname: 'ubuntu-16 .04/gcc'
67
- # triplet: x64-linux
68
- # compiler: gcc_64
65
+ - os : ubuntu-20 .04
66
+ buildname : ' ubuntu-20 .04/gcc without openssl '
67
+ triplet : x64-linux
68
+ compiler : gcc_64
69
69
- os : macos-latest
70
70
buildname : ' macos/clang'
71
71
triplet : x64-osx
@@ -84,14 +84,20 @@ jobs:
84
84
brew install c-ares openssl
85
85
86
86
- name : (Linux) Install dependencies
87
- if : runner.os == 'Linux '
87
+ if : matrix.buildname == 'ubuntu-20.04/gcc '
88
88
run : |
89
89
# Installing packages might fail as the github image becomes outdated
90
90
sudo apt update
91
91
# These aren't available or don't work well in vcpkg
92
92
sudo apt install openssl libssl-dev
93
93
sudo apt install dos2unix
94
-
94
+ - name : (Linux) Install dependencies
95
+ if : matrix.buildname == 'ubuntu-20.04/gcc without openssl'
96
+ run : |
97
+ # Installing packages might fail as the github image becomes outdated
98
+ sudo apt update
99
+ # These aren't available or don't work well in vcpkg
100
+ sudo apt install dos2unix
95
101
- name : install gtest
96
102
run : |
97
103
wget https://github.com/google/googletest/archive/release-1.10.0.tar.gz
You can’t perform that action at this time.
0 commit comments