File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 31
31
id : depends
32
32
run : |
33
33
sudo apt-get update
34
- sudo apt-get install build-essential gcc-8
34
+ sudo apt-get install build-essential gcc-8 libboost-all-dev
35
35
36
36
- name : Build
37
37
id : make_build
50
50
id : depends
51
51
run : |
52
52
sudo apt-get update
53
- sudo apt-get install build-essential
53
+ sudo apt-get install build-essential libboost-all-dev
54
54
55
55
- name : Build
56
56
id : cmake_build
85
85
id : depends
86
86
run : |
87
87
sudo apt-get update
88
- sudo apt-get install build-essential
88
+ sudo apt-get install build-essential libboost-all-dev
89
89
90
90
- name : Build
91
91
id : cmake_build
@@ -113,6 +113,7 @@ jobs:
113
113
id : depends
114
114
run : |
115
115
brew update
116
+ brew install boost
116
117
117
118
- name : Build
118
119
id : make_build
@@ -131,6 +132,7 @@ jobs:
131
132
id : depends
132
133
run : |
133
134
brew update
135
+ brew install boost
134
136
135
137
- name : Build
136
138
id : cmake_build
You can’t perform that action at this time.
0 commit comments