2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

generator fix

This commit is contained in:
Ruben Perez
2023-10-04 17:38:50 +02:00
parent 87ebc6cf4a
commit d0c3b3f7ee

View File

@@ -31,7 +31,6 @@ jobs:
- name: Build a Boost distribution using B2 - name: Build a Boost distribution using B2
run: | run: |
python3 tools/ci.py build-b2-distro \ python3 tools/ci.py build-b2-distro \
--generator "${{ matrix.generator }}" \
--toolset ${{ matrix.toolset }} --toolset ${{ matrix.toolset }}
- name: Build a Boost distribution using CMake - name: Build a Boost distribution using CMake