diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ac7db7..56dad27e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: - name: Build a Boost distribution using B2 run: | python3 tools/ci.py build-b2-distro \ - --generator "${{ matrix.generator }}" \ --toolset ${{ matrix.toolset }} - name: Build a Boost distribution using CMake