File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
run : docker run -d --name redis -p 6379:6379 redis:alpine
30
30
31
31
- name : Setup Boost
32
- run : ./tools/ci.py install -boost --source-dir=$(pwd)
32
+ run : ./tools/ci.py setup -boost --source-dir=$(pwd)
33
33
34
34
- name : Build a Boost distribution using B2
35
35
run : |
98
98
run : sudo apt-get -y install cmake protobuf-compiler redis-server python3 ${{ matrix.install }}
99
99
100
100
- name : Setup Boost
101
- run : ./tools/ci.py install -boost --source-dir=$(pwd)
101
+ run : ./tools/ci.py setup -boost --source-dir=$(pwd)
102
102
103
103
- name : Build a Boost distribution using B2
104
104
run : ./tools/ci.py build-b2-distro
@@ -124,7 +124,7 @@ jobs:
124
124
run : |
125
125
./tools/ci.py run-cmake-find-package-tests \
126
126
--build-type ${{ matrix.build-type }}
127
-
127
+
128
128
- name : Run find_package tests with the built b2 distribution
129
129
run : |
130
130
./tools/ci.py run-cmake-b2-find-package-tests \
You can’t perform that action at this time.
0 commit comments