Skip to content

Commit 56d9a27

Browse files
committed
Typo fix
1 parent c732f33 commit 56d9a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: docker run -d --name redis -p 6379:6379 redis:alpine
3030

3131
- name: Setup Boost
32-
run: ./tools/ci.py install-boost --source-dir=$(pwd)
32+
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
3333

3434
- name: Build a Boost distribution using B2
3535
run: |
@@ -98,7 +98,7 @@ jobs:
9898
run: sudo apt-get -y install cmake protobuf-compiler redis-server python3 ${{ matrix.install }}
9999

100100
- name: Setup Boost
101-
run: ./tools/ci.py install-boost --source-dir=$(pwd)
101+
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
102102

103103
- name: Build a Boost distribution using B2
104104
run: ./tools/ci.py build-b2-distro
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
./tools/ci.py run-cmake-find-package-tests \
126126
--build-type ${{ matrix.build-type }}
127-
127+
128128
- name: Run find_package tests with the built b2 distribution
129129
run: |
130130
./tools/ci.py run-cmake-b2-find-package-tests \

0 commit comments

Comments
 (0)